Source Location: (35:1,2 [45] x:\dir\subdir\Test\TestComponent.cshtml)
|
    RenderFragment<Person> p = (person) => |
Generated Location: (654:18,2 [45] )
|
    RenderFragment<Person> p = (person) => |

Source Location: (126:2,89 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|;
|
Generated Location: (1257:31,89 [3] )
|;
|

Source Location: (197:8,12 [76] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }
|
Generated Location: (1797:46,12 [76] )
|
    class Person
    {
        public string Name { get; set; }
    }
|

