﻿Source Location: (1:0,1 [38] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components;|
Generated Location: (308:11,0 [38] )
|using Microsoft.AspNetCore.Components;|

Source Location: (52:1,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem1|
Generated Location: (509:19,0 [6] )
|TItem1|

Source Location: (72:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem2|
Generated Location: (644:27,0 [6] )
|TItem2|

Source Location: (100:5,1 [38] x:\dir\subdir\Test\TestComponent.cshtml)
|foreach (var item2 in Items2)
{
    |
Generated Location: (1417:52,1 [38] )
|foreach (var item2 in Items2)
{
    |

Source Location: (148:8,5 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(item2)|
Generated Location: (1583:61,6 [19] )
|ChildContent(item2)|

Source Location: (178:9,8 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|
}|
Generated Location: (1734:68,8 [3] )
|
}|

Source Location: (190:11,7 [185] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [Parameter] public TItem1 Item1 { get; set; }
    [Parameter] public List<TItem2> Items2 { get; set; }
    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; }
|
Generated Location: (1916:78,7 [185] )
|
    [Parameter] public TItem1 Item1 { get; set; }
    [Parameter] public List<TItem2> Items2 { get; set; }
    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; }
|

