﻿Source Location: (85:2,7 [131] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public string ParentValue { get; set; } = "hi";

    Task DoSomething()
    {
        return Task.CompletedTask;
    }
|
Generated Location: (1762:40,7 [131] )
|
    public string ParentValue { get; set; } = "hi";

    Task DoSomething()
    {
        return Task.CompletedTask;
    }
|

