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

