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

Source Location: (54:1,50 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|person.Name|
Generated Location: (1026:32,25 [11] )
|person.Name|

Source Location: (71:1,67 [3] x:\dir\subdir\Test\TestComponent.cshtml)
|;
|
Generated Location: (1249:42,0 [3] )
|;
|

Source Location: (84:3,7 [76] x:\dir\subdir\Test\TestComponent.cshtml)
|
    class Person
    {
        public string Name { get; set; }
    }
|
Generated Location: (1433:52,0 [76] )
|
    class Person
    {
        public string Name { get; set; }
    }
|

