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

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

