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

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: (688:24,0 [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 };
|

