﻿Source Location: (1:0,1 [51] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components.RenderTree;
|
Generated Location: (371:12,0 [51] )
|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: (878: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: (1278:40,0 [6] )
|output|

