1 override of SwitchDefaultCaseForm
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpSnippetFunctionService.cs (1)
68
public override string
SwitchDefaultCaseForm
=> @"default:
3 references to SwitchDefaultCaseForm
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetFunctionService.cs (1)
85
casesBuilder.Append(
SwitchDefaultCaseForm
);
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetFunctions\SnippetFunctionGenerateSwitchCases.cs (2)
55
return (VSConstants.S_OK, snippetFunctionService.
SwitchDefaultCaseForm
, hasCurrentValue);
62
return (VSConstants.S_OK, snippetFunctionService.
SwitchDefaultCaseForm
, hasCurrentValue);