Source Location: (318:6,30 [20] x:\dir\subdir\Test\TestComponent.cshtml)
|myComponentReference|
Generated Location: (2121:62,30 [20] )
|myComponentReference|

Source Location: (439:10,1 [34] x:\dir\subdir\Test\TestComponent.cshtml)
|if (DateTime.Now.Year > 1950)
{
|
Generated Location: (2412:73,1 [34] )
|if (DateTime.Now.Year > 1950)
{
|

Source Location: (511:12,38 [18] x:\dir\subdir\Test\TestComponent.cshtml)
|myElementReference|
Generated Location: (2845:85,38 [18] )
|myElementReference|

Source Location: (639:14,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|}
|
Generated Location: (3972:113,0 [3] )
|}
|

Source Location: (651:16,7 [233] x:\dir\subdir\Test\TestComponent.cshtml)
|
    ElementReference myElementReference;
    TemplatedComponent myComponentReference;
    string myVariable;

    void MethodRenderingMarkup(RenderTreeBuilder __builder)
    {
        for (var i = 0; i < 10; i++)
        {
|
Generated Location: (4152:122,7 [233] )
|
    ElementReference myElementReference;
    TemplatedComponent myComponentReference;
    string myVariable;

    void MethodRenderingMarkup(RenderTreeBuilder __builder)
    {
        for (var i = 0; i < 10; i++)
        {
|

Source Location: (933:26,0 [164] x:\dir\subdir\Test\TestComponent.cshtml)
|        }

        System.GC.KeepAlive(myElementReference);
        System.GC.KeepAlive(myComponentReference);
        System.GC.KeepAlive(myVariable);
    }
|
Generated Location: (5112:159,0 [164] )
|        }

        System.GC.KeepAlive(myElementReference);
        System.GC.KeepAlive(myComponentReference);
        System.GC.KeepAlive(myVariable);
    }
|

