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

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

Source Location: (71:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem2|
Generated Location: (679:23,22 [6] )
|TItem2|

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

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

Source Location: (176:9,8 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|
}|
Generated Location: (1400:48,8 [3] )
|
}|

Source Location: (193:11,12 [164] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [Parameter] TItem1 Item1 { get; set; }
    [Parameter] List<TItem2> Items2 { get; set; }
    [Parameter] RenderFragment<TItem2> ChildContent { get; set; }
|
Generated Location: (1549:56,12 [164] )
|
    [Parameter] TItem1 Item1 { get; set; }
    [Parameter] List<TItem2> Items2 { get; set; }
    [Parameter] RenderFragment<TItem2> ChildContent { get; set; }
|

