1 override of SwitchCaseFormat
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpSnippetFunctionService.cs (1)
64
public override string
SwitchCaseFormat
=> @"case {0}.{1}:
1 reference to SwitchCaseFormat
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetFunctionService.cs (1)
82
casesBuilder.AppendFormat(
SwitchCaseFormat
, simplifiedTypeName, member.Name);