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

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

Source Location: (51:0,51 [1] x:\dir\subdir\Test\TestComponent.cshtml)
|)|
Generated Location: (1206:37,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: (1386:46,7 [138] )
|
    class Person
    {
        public string Name { get; set; }
    }

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

