2 references to BoundSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\SwitchBinder_Patterns.cs (1)
61
return new
BoundSwitchStatement
(
Generated\BoundNodes.xml.Generated.cs (1)
3805
var result = new
BoundSwitchStatement
(this.Syntax, expression, innerLocals, innerLocalFunctions, switchSections, reachabilityDecisionDag, defaultLabel, breakLabel, this.HasErrors);