Source Location: (82:3,12 [100] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment(UIEventArgs e) {
        counter++;
    }
|
Generated Location: (929:23,12 [100] )
|
    private int counter;
    private void Increment(UIEventArgs e) {
        counter++;
    }
|

