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

Source Location: (52:1,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem1|
Generated Location: (697:23,22 [6] )
|TItem1|

Source Location: (71:2,10 [6] x:\dir\subdir\Test\TestComponent.cshtml)
| TItem|
Generated Location: (916:33,22 [6] )
|TItem2|

Source Location: (98:4,15 [38] x:\dir\subdir\Test\TestComponent.cshtml)
|
@foreach (var item2 in Items2)
{
  |
Generated Location: (1422:50,0 [38] )
|foreach (var item2 in Items2)
{
    |

Source Location: (146:8,3 [19] x:\dir\subdir\Test\TestComponent.cshtml)
| @ChildContent(item|
Generated Location: (1588:59,6 [19] )
|ChildContent(item2)|

Source Location: (176:9,6 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|p>
|
Generated Location: (1737:66,6 [3] )
|
}|

Source Location: (188:11,5 [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: (1917:76,5 [185] )
|
    [Parameter] public TItem1 Item1 { get; set; }
    [Parameter] public List<TItem2> Items2 { get; set; }
    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; }
|

