﻿Source Location: (23:0,23 [9] x:\dir\subdir\Test\TestComponent.cshtml)
|Increment|
Generated Location: (1360:29,23 [9] )
|Increment|

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

Source Location: (46:2,7 [123] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private int counter;
    private Task Increment() {
        counter++;
        return Task.CompletedTask;
    }
|
Generated Location: (2193:60,7 [123] )
|
    private int counter;
    private Task Increment() {
        counter++;
        return Task.CompletedTask;
    }
|

