Source Location: (2:0,2 [33] x:\dir\subdir\Test\TestComponent.cshtml)
|
    RenderFragment<Person> p = |
Generated Location: (922:25,2 [33] )
|
    RenderFragment<Person> p = |

Source Location: (42:1,38 [9] x:\dir\subdir\Test\TestComponent.cshtml)
|item.Name|
Generated Location: (1112:32,38 [9] )
|item.Name|

Source Location: (57:1,53 [21] x:\dir\subdir\Test\TestComponent.cshtml)
|<div>another</div>;
|
Generated Location: (1274:38,53 [21] )
|<div>another</div>;
|

Source Location: (93:3,12 [76] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }
|
Generated Location: (1438:45,12 [76] )
|
    class Person
    {
        public string Name { get; set; }
    }
|

