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: (1151:30,7 [131] )
|
    private int counter;
    private Task Increment(object e) {
        counter++;
        return Task.CompletedTask;
    }
|

