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

Source Location: (56:2,2 [138] 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: (1074:31,2 [138] )
|
    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: (1350:42,16 [6] )
|output|

Source Location: (216:6,26 [2] x:\dir\subdir\Test\TestComponent.cshtml)
|
|
Generated Location: (1435:47,26 [2] )
|
|

