﻿Source Location: (1:0,1 [41] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components.Web|
Generated Location: (360:12,0 [41] )
|using Microsoft.AspNetCore.Components.Web|

Source Location: (67:1,23 [9] x:\dir\subdir\Test\TestComponent.cshtml)
|Increment|
Generated Location: (1440:32,23 [9] )
|Increment|

Source Location: (57:1,13 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1858:45,13 [7] )
|OnClick|

Source Location: (90:3,7 [139] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private Task Increment(MouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|
Generated Location: (2273:63,7 [139] )
|
    private int counter;
    private Task Increment(MouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|

