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

Source Location: (13:0,13 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1510:42,13 [7] )
|OnClick|

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

