5 references to Switch
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
298
case LabelScopeKind.
Switch
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
1738
if (label == null && _labelBlock.Parent!.Kind == LabelScopeKind.
Switch
)
1846
if (_labelBlock.Parent!.Kind == LabelScopeKind.
Switch
&&
1858
if (_labelBlock.Parent!.Kind != LabelScopeKind.
Switch
)
1864
PushLabelBlock(LabelScopeKind.
Switch
);