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