﻿Source Location: (1:0,1 [41] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components.Web|
Generated Location: (361:12,0 [41] )
|using Microsoft.AspNetCore.Components.Web|

Source Location: (68:1,24 [61] x:\dir\subdir\Test\TestComponent.cshtml)
|EventCallback.Factory.Create<MouseEventArgs>(this, Increment)|
Generated Location: (1488:34,24 [61] )
|EventCallback.Factory.Create<MouseEventArgs>(this, Increment)|

Source Location: (57:1,13 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1958:47,13 [7] )
|OnClick|

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

