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

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

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

Source Location: (102:6,4 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(Item1)|
Generated Location: (1469:54,6 [19] )
|ChildContent(Item1)|

Source Location: (130:8,1 [37] x:\dir\subdir\Test\TestComponent.cshtml)
|foreach (var item in Items2)
{
    |
Generated Location: (1612:61,1 [37] )
|foreach (var item in Items2)
{
    |

Source Location: (171:10,8 [18] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent(item)|
Generated Location: (1780:70,8 [18] )
|ChildContent(item)|

Source Location: (193:10,30 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|
}|
Generated Location: (1952:77,30 [3] )
|
}|

Source Location: (207:13,7 [215] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [Parameter] public (TItem1, TItem2) Item1 { get; set; }
    [Parameter] public List<(TItem1, TItem2)> Items2 { get; set; }
    [Parameter] public RenderFragment<(TItem1, TItem2)> ChildContent { get; set; }
|
Generated Location: (2134:87,7 [215] )
|
    [Parameter] public (TItem1, TItem2) Item1 { get; set; }
    [Parameter] public List<(TItem1, TItem2)> Items2 { get; set; }
    [Parameter] public RenderFragment<(TItem1, TItem2)> ChildContent { get; set; }
|

