5 references to Switch
System.Core (5)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
325case LabelScopeKind.Switch:
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (4)
75if (label == null && _labelBlock.Parent.Kind == LabelScopeKind.Switch) { 160if (_labelBlock.Parent.Kind == LabelScopeKind.Switch && 176if (_labelBlock.Parent.Kind != LabelScopeKind.Switch) { 181PushLabelBlock(LabelScopeKind.Switch);