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

Source Location: (48:1,17 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|OnClick|
Generated Location: (1083:28,136 [7] )
|OnClick|

Source Location: (73:2,12 [91] x:\dir\subdir\Test\TestComponent.cshtml)
|
    Task OnClick(UIMouseEventArgs e) 
    {
        return Task.CompletedTask;
    }
|
Generated Location: (1206:32,12 [91] )
|
    Task OnClick(UIMouseEventArgs e) 
    {
        return Task.CompletedTask;
    }
|

