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: (789:26,22 [6] )
|TItem1|

Source Location: (59:1,18 [20] x:\dir\subdir\Test\TestComponent.cshtml)
|where TItem1 : Image|
Generated Location: (1090:38,40 [20] )
|where TItem1 : Image|

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

Source Location: (99:2,17 [19] x:\dir\subdir\Test\TestComponent.cshtml)
| where TItem2 : ITa|
Generated Location: (1685:64,40 [19] )
|where TItem2 : ITag|

Source Location: (131:3,9 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|m TIte|
Generated Location: (1978:78,22 [6] )
|TItem3|

Source Location: (138:3,16 [27] x:\dir\subdir\Test\TestComponent.cshtml)
|3 where TItem3 : Image, new|
Generated Location: (2279:90,40 [27] )
|where TItem3 : Image, new()|

Source Location: (186:5,14 [38] x:\dir\subdir\Test\TestComponent.cshtml)
|
@foreach (var item2 in Items2)
{
 |
Generated Location: (2881:111,14 [38] )
|foreach (var item2 in Items2)
{
    |

Source Location: (234:9,2 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|  @ChildContent(ite|
Generated Location: (3048:120,6 [19] )
|ChildContent(item2)|

Source Location: (264:10,5 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|/p>|
Generated Location: (3196:127,5 [3] )
|
}|

Source Location: (294:15,4 [236] x:\dir\subdir\Test\TestComponent.cshtml)
|e {
    [Parameter] public TItem1 Item1 { get; set; }
    [Parameter] public List<TItem2> Items2 { get; set; }
    [Parameter] public TItem3 Item3 { get; set; }
    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; |
Generated Location: (3375:137,4 [236] )
|
    [Parameter] public TItem1 Item1 { get; set; }
    [Parameter] public List<TItem2> Items2 { get; set; }
    [Parameter] public TItem3 Item3 { get; set; }
    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; }
|

