Source Location: (1:0,1 [13] x:\dir\subdir\Test\TestComponent.cshtml)
|RenderPerson(|
Generated Location: (926:25,6 [13] )
|RenderPerson(|

Source Location: (21:0,21 [12] x:\dir\subdir\Test\TestComponent.cshtml)
|context.Name|
Generated Location: (1028:27,21 [12] )
|context.Name|

Source Location: (39:0,39 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|)|
Generated Location: (1077:32,0 [1] )
|)|

Source Location: (54:1,12 [138] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }

    object RenderPerson(RenderFragment<Person> p) => null;
|
Generated Location: (1224:39,12 [138] )
|
    class Person
    {
        public string Name { get; set; }
    }

    object RenderPerson(RenderFragment<Person> p) => null;
|

