4 references to Block
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
296
case LabelScopeKind.
Block
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
1733
if (_labelBlock.Kind == LabelScopeKind.
Block
)
1839
if (_labelBlock.Kind == LabelScopeKind.
Block
)
1855
PushLabelBlock(LabelScopeKind.
Block
);