1 override of SwitchDefaultCaseForm
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpSnippetFunctionService.cs (1)
68
public override string
SwitchDefaultCaseForm
=> @"default:
1 reference to SwitchDefaultCaseForm
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetFunctionService.cs (1)
85
casesBuilder.Append(
SwitchDefaultCaseForm
);