﻿Source Location: (1:0,1 [48] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components.Rendering;|
Generated Location: (361:12,0 [48] )
|using Microsoft.AspNetCore.Components.Rendering;|

Source Location: (60:2,7 [221] 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: (1174:35,7 [221] )
|
    void RenderChildComponent(RenderTreeBuilder __builder)
    {
        var output = string.Empty;
        if (__builder == null) output = "Builder is null!";
        else output = "Builder is not null!";
        |

Source Location: (293:8,20 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|output|
Generated Location: (1537:48,20 [6] )
|output|

Source Location: (303:8,30 [9] x:\dir\subdir\Test\TestComponent.cshtml)
|
    }
|
Generated Location: (1696:55,30 [9] )
|
    }
|

