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

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

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

