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

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

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

Source Location: (131:3,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem3|
Generated Location: (858:36,0 [6] )
|TItem3|

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

Source Location: (99:2,18 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|where TItem2 : ITag|
Generated Location: (1215:51,0 [19] )
|where TItem2 : ITag|

Source Location: (138:3,18 [27] x:\dir\subdir\Test\TestComponent.cshtml)
|where TItem3 : Image, new()|
Generated Location: (1368:58,0 [27] )
|where TItem3 : Image, new()|

Source Location: (186:6,1 [34] x:\dir\subdir\Test\TestComponent.cshtml)
|foreach (var item2 in Items2)
{
|
Generated Location: (1796:71,0 [34] )
|foreach (var item2 in Items2)
{
|

Source Location: (234:9,5 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(item2)|
Generated Location: (2036:81,24 [19] )
|ChildContent(item2)|

Source Location: (266:11,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|}
|
Generated Location: (2301:91,0 [3] )
|}
|

Source Location: (294:15,7 [236] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [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: (2547:102,0 [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; }
|

