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

Source Location: (35:1,22 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|item1|
Generated Location: (1217:32,22 [5] )
|item1|

Source Location: (49:1,36 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|items|
Generated Location: (1403:40,36 [5] )
|items|

Source Location: (62:1,49 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|item1|
Generated Location: (1602:48,49 [5] )
|item1|

Source Location: (78:2,8 [7] x:\dir\subdir\Test\UseTestComponent.cshtml)
|context|
Generated Location: (1790:56,8 [7] )
|context|

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

Source Location: (41:1,28 [6] x:\dir\subdir\Test\UseTestComponent.cshtml)
|Items2|
Generated Location: (2300:76,28 [6] )
|Items2|

Source Location: (55:1,42 [5] x:\dir\subdir\Test\UseTestComponent.cshtml)
|Item3|
Generated Location: (2550:85,42 [5] )
|Item3|

Source Location: (118:5,7 [268] x:\dir\subdir\Test\UseTestComponent.cshtml)
|
    Image item1 = new Image() { id = 1, url="https://example.com"};
    static Tag tag1 = new Tag() { description = "A description."};
    static Tag tag2 = new Tag() { description = "Another description."};
    List<Tag> items = new List<Tag>() { tag1, tag2 };
|
Generated Location: (2975:103,7 [268] )
|
    Image item1 = new Image() { id = 1, url="https://example.com"};
    static Tag tag1 = new Tag() { description = "A description."};
    static Tag tag2 = new Tag() { description = "Another description."};
    List<Tag> items = new List<Tag>() { tag1, tag2 };
|

