Source Location: (1:0,1 [25] x:\dir\subdir\Test\TestComponent.cshtml)
|RenderPerson((person) => |
Generated Location: (858:24,6 [25] )
|RenderPerson((person) => |

Source Location: (33:0,33 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|person.Name|
Generated Location: (1005:27,33 [11] )
|person.Name|

Source Location: (50:0,50 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|)|
Generated Location: (1072:33,0 [1] )
|)|

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

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

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

