4 references to Block
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LabelInfo.cs (1)
348
case LabelScopeKind.
Block
:
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (3)
61
if (_labelBlock.Kind == LabelScopeKind.
Block
)
160
if (_labelBlock.Kind == LabelScopeKind.
Block
)
182
PushLabelBlock(LabelScopeKind.
Block
);