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

