Source Location: (36:0,36 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|myElem|
Generated Location: (956:25,36 [6] )
|myElem|

Source Location: (95:2,12 [147] x:\dir\subdir\Test\TestComponent.cshtml)
|
    Microsoft.AspNetCore.Blazor.ElementRef myElem;

    void DoSomething() { myElem.GetHashCode(); } // Avoid 'assigned but not used' warning
|
Generated Location: (1158:32,12 [147] )
|
    Microsoft.AspNetCore.Blazor.ElementRef myElem;

    void DoSomething() { myElem.GetHashCode(); } // Avoid 'assigned but not used' warning
|

