7 references to SwitchSection
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
4612=> SyntaxFactory.SwitchSection(default, default);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8654var newNode = SyntaxFactory.SwitchSection(labels, statements);
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
271SwitchSection( 274SwitchSection(
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
3617=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions), AsStatementList(statements)); 3621return SyntaxFactory.SwitchSection( 3627=> SyntaxFactory.SwitchSection([SyntaxFactory.DefaultSwitchLabel()], AsStatementList(statements));