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

    public void UpdateValue(string value) => ParentValue = value;
|
Generated Location: (1300:32,7 [124] )
|
    public string ParentValue { get; set; } = "hi";

    public void UpdateValue(string value) => ParentValue = value;
|

