Source Location: (90:3,7 [104] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment(ChangeEventArgs e) {
        counter++;
    }
|
Generated Location: (1419:37,7 [104] )
|
    private int counter;
    private void Increment(ChangeEventArgs e) {
        counter++;
    }
|

