﻿Source Location: (17:0,17 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentValue|
Generated Location: (1004:25,17 [11] )
|ParentValue|

Source Location: (41:0,41 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|UpdateValue|
Generated Location: (1543:34,41 [11] )
|UpdateValue|

Source Location: (67:0,67 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|AfterUpdate|
Generated Location: (1897:42,67 [11] )
|AfterUpdate|

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

    public void UpdateValue(string value) => ParentValue = value;
    public void AfterUpdate() { }
|
Generated Location: (2140:52,7 [159] )
|
    public string ParentValue { get; set; } = "hi";

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

