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

Source Location: (48:1,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem1|
Generated Location: (637:20,22 [6] )
|TItem1|

Source Location: (67:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem2|
Generated Location: (735:24,22 [6] )
|TItem2|

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

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

Source Location: (172:9,8 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|
}|
Generated Location: (1452:49,8 [3] )
|
}|

Source Location: (189: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: (1601:57,12 [164] )
|
    [Parameter] TItem1 Item1 { get; set; }
    [Parameter] List<TItem2> Items2 { get; set; }
    [Parameter] RenderFragment<TItem2> ChildContent { get; set; }
|

