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

