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

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

Source Location: (71:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem2|
Generated Location: (702:28,0 [6] )
|TItem2|

Source Location: (98:5,1 [34] x:\dir\subdir\Test\TestComponent.cshtml)
|foreach (var item2 in Items2)
{
|
Generated Location: (1172:42,0 [34] )
|foreach (var item2 in Items2)
{
|

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

Source Location: (178:10,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|}
|
Generated Location: (1686:63,0 [3] )
|}
|

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

