﻿Source Location: (86:1,7 [106] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public int ParentValue { get; set; } = 42;

    public Task UpdateValue() => Task.CompletedTask;
|
Generated Location: (2084:39,7 [106] )
|
    public int ParentValue { get; set; } = 42;

    public Task UpdateValue() => Task.CompletedTask;
|

