Source Location: (82:3,12 [105] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment(UIMouseEventArgs e) {
        counter++;
    }
|
Generated Location: (990:22,12 [105] )
|
    private int counter;
    private void Increment(UIMouseEventArgs e) {
        counter++;
    }
|

