﻿Source Location: (11:0,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TParam|
Generated Location: (401:13,0 [6] )
|TParam|

Source Location: (119:2,7 [155] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public TParam ParentValue { get; set; } = default;

    public Task UpdateValue(TParam value) { ParentValue = value; return Task.CompletedTask; }
|
Generated Location: (1932:47,7 [155] )
|
    public TParam ParentValue { get; set; } = default;

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

