1 override of SwitchSection
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3616
public override SyntaxNode
SwitchSection
(IEnumerable<SyntaxNode> expressions, IEnumerable<SyntaxNode> statements)
1 reference to SwitchSection
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1739
=>
SwitchSection
([caseExpression], statements);