Source Location: (60:2,7 [213] x:\dir\subdir\Test\TestComponent.cshtml)
|
    void RenderChildComponent(RenderTreeBuilder __builder)
    {
        var output = string.Empty;
        if (__builder == null) output = "Builder is null!";
        else output = "Builder is not null!";
|
Generated Location: (810:26,7 [213] )
|
    void RenderChildComponent(RenderTreeBuilder __builder)
    {
        var output = string.Empty;
        if (__builder == null) output = "Builder is null!";
        else output = "Builder is not null!";
|

Source Location: (305:9,0 [7] x:\dir\subdir\Test\TestComponent.cshtml)
|    }
|
Generated Location: (1553:52,0 [7] )
|    }
|

