4 references to Block
System.Core (4)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
323case LabelScopeKind.Block:
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
71if (_labelBlock.Kind == LabelScopeKind.Block) { 155if (_labelBlock.Kind == LabelScopeKind.Block) { 173PushLabelBlock(LabelScopeKind.Block);