Source Location: (2:0,2 [45] x:\dir\subdir\Test\TestComponent.cshtml)
|
    RenderFragment<Person> p = (person) => |
Generated Location: (854:24,2 [45] )
|
    RenderFragment<Person> p = (person) => |

Source Location: (73:1,69 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|person.Name|
Generated Location: (1234:34,69 [11] )
|person.Name|

Source Location: (93:1,89 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|;
|
Generated Location: (1807:53,89 [3] )
|;
|

Source Location: (116:4,2 [15] x:\dir\subdir\Test\TestComponent.cshtml)
|"hello, world!"|
Generated Location: (2059:61,6 [15] )
|"hello, world!"|

Source Location: (159:7,7 [76] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }
|
Generated Location: (2433:79,7 [76] )
|
    class Person
    {
        public string Name { get; set; }
    }
|

