Source Location: (24:0,24 [21] x:\dir\subdir\Test\TestComponent.cshtml)
|e => { Increment(); }|
Generated Location: (932:25,24 [21] )
|e => { Increment(); }|

Source Location: (60:2,7 [87] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment() {
        counter++;
    }
|
Generated Location: (1450:45,7 [87] )
|
    private int counter;
    private void Increment() {
        counter++;
    }
|

