5 references to Switch
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\LabelInfo.cs (1)
350case LabelScopeKind.Switch:
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (4)
66if (label == null && _labelBlock.Parent!.Kind == LabelScopeKind.Switch) 167if (_labelBlock.Parent!.Kind == LabelScopeKind.Switch && 185if (_labelBlock.Parent!.Kind != LabelScopeKind.Switch) 191PushLabelBlock(LabelScopeKind.Switch);