﻿Source Location: (84:1,7 [107] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public int ParentValue { get; set; } = 42;
    public EventCallback<int> UpdateValue { get; set; }
|
Generated Location: (1798:39,7 [107] )
|
    public int ParentValue { get; set; } = 42;
    public EventCallback<int> UpdateValue { get; set; }
|

