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

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

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

