Source Location: (82:3,12 [141] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private Task Increment(UIMouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|
Generated Location: (990:22,12 [141] )
|
    private int counter;
    private Task Increment(UIMouseEventArgs e) {
        counter++;
        return Task.CompletedTask;
    }
|

