﻿Source Location: (1:0,1 [41] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components.Web|
Generated Location: (372:12,0 [41] )
|using Microsoft.AspNetCore.Components.Web|

Source Location: (126:2,7 [130] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public string ParentBgColor { get; set; } = "#FFFFFF";

    public void OnComponentHover(MouseEventArgs e)
    {
    }
|
Generated Location: (709:24,0 [130] )
|
    public string ParentBgColor { get; set; } = "#FFFFFF";

    public void OnComponentHover(MouseEventArgs e)
    {
    }
|

