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

