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

Source Location: (54:1,35 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|Value|
Generated Location: (1048:31,0 [5] )
|Value|

Source Location: (65:1,46 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentValue|
Generated Location: (1294:39,0 [11] )
|ParentValue|

Source Location: (95:1,76 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|UpdateValue|
Generated Location: (1894:48,0 [11] )
|UpdateValue|

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: (2159:59,0 [155] )
|
    public TParam ParentValue { get; set; } = default;

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

