﻿Source Location: (19:0,19 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentValue|
Generated Location: (899:23,0 [11] )
|ParentValue|

Source Location: (49:0,49 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|UpdateValue|
Generated Location: (1300:32,0 [11] )
|UpdateValue|

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

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

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

