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