﻿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: (93:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TItem2|
Generated Location: (702:28,0 [6] )
|TItem2|

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

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

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

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

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

Source Location: (237:9,5 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(item2)|
Generated Location: (2038:82,0 [19] )
|ChildContent(item2)|

Source Location: (269:11,0 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|}
|
Generated Location: (2303:92,0 [3] )
|}
|

Source Location: (297: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: (2549:103,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; }
|

