Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml)
|*, TestAssembly|
Generated Location: (468:14,38 [15] )
|*, TestAssembly|

Source Location: (55:1,24 [23] x:\dir\subdir\Test\TestComponent.cshtml)
|(e) => { Increment(); }|
Generated Location: (1037:28,24 [23] )
|(e) => { Increment(); }|

Source Location: (98:3,12 [87] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private void Increment() {
        counter++;
    }
|
Generated Location: (1368:39,12 [87] )
|
    private int counter;
    private void Increment() {
        counter++;
    }
|

