﻿Source Location: (1:0,1 [12] x:\dir\subdir\Test\UseTestComponent.cshtml)
|using Test
|
Generated Location: (374:12,0 [12] )
|using Test
|

Source Location: (34:1,21 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|item1|
Generated Location: (963:28,0 [5] )
|item1|

Source Location: (47:1,34 [6] x:\dir\subdir\Test\UseTestComponent.cshtml)
|items2|
Generated Location: (1124:36,0 [6] )
|items2|

Source Location: (64:2,8 [7] x:\dir\subdir\Test\UseTestComponent.cshtml)
|context|
Generated Location: (1407:46,0 [7] )
|context|

Source Location: (104:5,7 [176] x:\dir\subdir\Test\UseTestComponent.cshtml)
|
    (string, int) item1 = ("A string", 42);
    static (string, int) item2 = ("Another string", 42);
    List<(string, int)> items2 = new List<(string, int)>() { item2 };
|
Generated Location: (1694:59,0 [176] )
|
    (string, int) item1 = ("A string", 42);
    static (string, int) item2 = ("Another string", 42);
    List<(string, int)> items2 = new List<(string, int)>() { item2 };
|

Source Location: (28:1,15 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|Item1|
Generated Location: (2684:81,0 [5] )
|Item1|

Source Location: (40:1,27 [6] x:\dir\subdir\Test\UseTestComponent.cshtml)
|Items2|
Generated Location: (2947:90,0 [6] )
|Items2|

