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: (48:1,17 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1113:31,17 [7] )
|OnClick|

Source Location: (68:2,7 [91] x:\dir\subdir\Test\TestComponent.cshtml)
|
    Task OnClick(UIMouseEventArgs e) 
    {
        return Task.CompletedTask;
    }
|
Generated Location: (1314:41,7 [91] )
|
    Task OnClick(UIMouseEventArgs e) 
    {
        return Task.CompletedTask;
    }
|

