Source Location: (1:0,1 [28] x:\dir\subdir\Test\TestComponent.cshtml)
|using System.Threading.Tasks|
Generated Location: (285:11,0 [28] )
|using System.Threading.Tasks|

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

Source Location: (92:2,17 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1288:38,17 [7] )
|OnClick|

Source Location: (112:3,7 [88] x:\dir\subdir\Test\TestComponent.cshtml)
|
    Task OnClick(MouseEventArgs e)
    {
        return Task.CompletedTask;
    }
|
Generated Location: (1489:48,7 [88] )
|
    Task OnClick(MouseEventArgs e)
    {
        return Task.CompletedTask;
    }
|

