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

Source Location: (135:5,7 [208] x:\dir\subdir\Test\UseTestComponent.cshtml)
|
    static Tag tag = new Tag() { description = "A description."};
    Tag[] items1 = new [] { tag };
    List<Tag[]> items2 = new List<Tag[]>() { new [] { tag } };
    Tag[] items3() => new [] { tag };
|
Generated Location: (688:24,0 [208] )
|
    static Tag tag = new Tag() { description = "A description."};
    Tag[] items1 = new [] { tag };
    List<Tag[]> items2 = new List<Tag[]>() { new [] { tag } };
    Tag[] items3() => new [] { tag };
|

