8 references to SwitchSection
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Main.Generated.cs (1)
4586=> SyntaxFactory.SwitchSection(default, default);
Syntax.xml.Syntax.Generated.cs (1)
8608var newNode = SyntaxFactory.SwitchSection(labels, statements);
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
271SwitchSection( 274SwitchSection(
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10781=> SyntaxFactory.SwitchSection(new SyntaxList<SwitchLabelSyntax>(), new SyntaxList<StatementSyntax>());
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
3625=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions), AsStatementList(statements)); 3629return SyntaxFactory.SwitchSection( 3635=> SyntaxFactory.SwitchSection([SyntaxFactory.DefaultSwitchLabel()], AsStatementList(statements));