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