Source Location: (23:0,23 [9] x:\dir\subdir\Test\TestComponent.cshtml)
|Increment|
Generated Location: (1157:25,23 [9] )
|Increment|

Source Location: (46:2,7 [141] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private Task Increment(UIMouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|
Generated Location: (1660:45,7 [141] )
|
    private int counter;
    private Task Increment(UIMouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|

