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

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

Source Location: (90:3,7 [103] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment(MouseEventArgs e) {
        counter++;
    }
|
Generated Location: (1866:52,7 [103] )
|
    private int counter;
    private void Increment(MouseEventArgs e) {
        counter++;
    }
|

