﻿Source Location: (30:0,30 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentValue|
Generated Location: (1139:29,30 [11] )
|ParentValue|

Source Location: (60:0,60 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|UpdateValue|
Generated Location: (1744:39,60 [11] )
|UpdateValue|

Source Location: (19:0,19 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|Value|
Generated Location: (2184:52,19 [5] )
|Value|

Source Location: (49:0,49 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|Value|
Generated Location: (2435:61,49 [5] )
|Value|

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

    public Task UpdateValue(int value) { ParentValue = value; return Task.CompletedTask; }
|
Generated Location: (2848:79,7 [144] )
|
    public int ParentValue { get; set; } = 42;

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

