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

