Source Location: (46:2,7 [106] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment(UIChangeEventArgs e) {
        counter++;
    }
|
Generated Location: (1219:30,7 [106] )
|
    private int counter;
    private void Increment(UIChangeEventArgs e) {
        counter++;
    }
|

