1 override of SwitchSection
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3624
public override SyntaxNode
SwitchSection
(IEnumerable<SyntaxNode> expressions, IEnumerable<SyntaxNode> statements)
2 references to SwitchSection
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
620
Generator.
SwitchSection
(
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1745
=>
SwitchSection
([caseExpression], statements);