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