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