﻿Source Location: (2:0,2 [25] x:\dir\subdir\Test\TestComponent.cshtml)
|RenderPerson((person) => |
Generated Location: (773:22,0 [25] )
|RenderPerson((person) => |

Source Location: (34:0,34 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|person.Name|
Generated Location: (1057:32,0 [11] )
|person.Name|

Source Location: (51:0,51 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|)|
Generated Location: (1281:42,0 [1] )
|)|

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

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

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

