﻿Source Location: (21:0,21 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|CustomValue|
Generated Location: (799:22,0 [11] )
|CustomValue|

Source Location: (40:0,40 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|Value|
Generated Location: (1058:31,0 [5] )
|Value|

Source Location: (51:0,51 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentValue|
Generated Location: (1309:39,0 [11] )
|ParentValue|

Source Location: (81:0,81 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|UpdateValue|
Generated Location: (1924:48,0 [11] )
|UpdateValue|

Source Location: (70:0,70 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|Value|
Generated Location: (2165:57,0 [5] )
|Value|

Source Location: (105:1,7 [147] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public CustomValue ParentValue { get; set; } = new CustomValue();

    public void UpdateValue(CustomValue value) => ParentValue = value;
|
Generated Location: (2408:68,0 [147] )
|
    public CustomValue ParentValue { get; set; } = new CustomValue();

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

