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

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

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

Source Location: (64:2,8 [7] x:\dir\subdir\Test\UseTestComponent.cshtml)
|context|
Generated Location: (1408: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: (1695: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: (2685:81,0 [5] )
|Item1|

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

