﻿Source Location: (1:0,1 [37] x:\dir\subdir\Test\TestComponent.cshtml)
|using Microsoft.AspNetCore.Components|
Generated Location: (320:11,0 [37] )
|using Microsoft.AspNetCore.Components|

Source Location: (102:4,0 [141] x:\dir\subdir\Test\TestComponent.cshtml)
|
    private static RenderFragment RenderBadge(SampleType type) => type switch
    {
        SampleType.Alpha => (__builder) =>
        {|
Generated Location: (880:28,0 [141] )
|
    private static RenderFragment RenderBadge(SampleType type) => type switch
    {
        SampleType.Alpha => (__builder) =>
        {|

Source Location: (243:8,9 [2] x:\dir\subdir\Test\TestComponent.cshtml)
|
|
Generated Location: (1157:40,0 [2] )
|
|

Source Location: (277:10,0 [50] x:\dir\subdir\Test\TestComponent.cshtml)
|        },
        _ => (__builder) =>
        {|
Generated Location: (1356:49,0 [50] )
|        },
        _ => (__builder) =>
        {|

Source Location: (327:12,9 [2] x:\dir\subdir\Test\TestComponent.cshtml)
|
|
Generated Location: (1543:59,0 [2] )
|
|

Source Location: (363:14,0 [19] x:\dir\subdir\Test\TestComponent.cshtml)
|        }
    };
|
Generated Location: (1743:68,0 [19] )
|        }
    };
|

