5 references to SwitchStatement
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (2)
3771: base(BoundKind.SwitchStatement, syntax, hasErrors || expression.HasErrors() || switchSections.HasErrors() || reachabilityDecisionDag.HasErrors() || defaultLabel.HasErrors()) 9028case BoundKind.SwitchStatement:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
553case BoundKind.SwitchStatement:
Lowering\Instrumentation\Instrumenter.cs (1)
307Debug.Assert(original.Kind == BoundKind.SwitchStatement);
Operations\CSharpOperationFactory.cs (1)
246case BoundKind.SwitchStatement: