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())
9028
case BoundKind.
SwitchStatement
:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
553
case BoundKind.
SwitchStatement
:
Lowering\Instrumentation\Instrumenter.cs (1)
307
Debug.Assert(original.Kind == BoundKind.
SwitchStatement
);
Operations\CSharpOperationFactory.cs (1)
246
case BoundKind.
SwitchStatement
: