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

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

