﻿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: (1826:39,7 [147] )
|
    public CustomValue ParentValue { get; set; } = new CustomValue();

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

