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

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

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

