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

Source Location: (56:2,2 [134] x:\dir\subdir\Test\TestComponent.cshtml)
|
    var output = string.Empty;
    if (__builder == null) output = "Builder is null!";
    else output = "Builder is not null!";
|
Generated Location: (887:26,0 [134] )
|
    var output = string.Empty;
    if (__builder == null) output = "Builder is null!";
    else output = "Builder is not null!";
|

Source Location: (206:6,16 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|output|
Generated Location: (1276:39,24 [6] )
|output|

Source Location: (218:7,0 [0] x:\dir\subdir\Test\TestComponent.cshtml)
||
Generated Location: (1469:48,0 [0] )
||

