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: (757:24,2 [134] )
|
    var output = string.Empty;
    if (__builder == null) output = "Builder is null!";
    else output = "Builder is not null!";
|

