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

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

    public void UpdateValue(TParam value) { ParentValue = value; }
|
Generated Location: (1520:44,7 [128] )
|
    public TParam ParentValue { get; set; } = default;

    public void UpdateValue(TParam value) { ParentValue = value; }
|

