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

    public Task UpdateValue(CustomValue value) { ParentValue = value; return Task.CompletedTask; }
|
Generated Location: (1384:36,7 [175] )
|
    public CustomValue ParentValue { get; set; } = new CustomValue();

    public Task UpdateValue(CustomValue value) { ParentValue = value; return Task.CompletedTask; }
|

