Source Location: (17:0,17 [16] x:\dir\subdir\Test\TestComponent.cshtml)
|OnComponentHover|
Generated Location: (997:25,17 [16] )
|OnComponentHover|

Source Location: (55:0,55 [13] x:\dir\subdir\Test\TestComponent.cshtml)
|ParentBgColor|
Generated Location: (1226:34,55 [13] )
|ParentBgColor|

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

    public void OnComponentHover(UIMouseEventArgs e)
    {
    }
|
Generated Location: (1432:44,7 [132] )
|
    public string ParentBgColor { get; set; } = "#FFFFFF";

    public void OnComponentHover(UIMouseEventArgs e)
    {
    }
|

