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