﻿Source Location: (2:0,2 [45] x:\dir\subdir\Test\TestComponent.cshtml)
|
    RenderFragment<Person> p = (person) => |
Generated Location: (642:17,2 [45] )
|
    RenderFragment<Person> p = (person) => |

Source Location: (93:1,89 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|;
|
Generated Location: (1547:40,89 [3] )
|;
|

Source Location: (159:7,7 [76] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }
|
Generated Location: (2174:61,7 [76] )
|
    class Person
    {
        public string Name { get; set; }
    }
|

