Source Location: (24:0,24 [45] x:\dir\subdir\Test\TestComponent.cshtml)
|EventCallback.Factory.Create(this, Increment)|
Generated Location: (1084:25,24 [45] )
|EventCallback.Factory.Create(this, Increment)|

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

