11 references to PushLabelBlock
System.Linq.Expressions (11)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (6)
152PushLabelBlock(LabelScopeKind.Expression); 173PushLabelBlock(LabelScopeKind.Statement); 182PushLabelBlock(LabelScopeKind.Block); 191PushLabelBlock(LabelScopeKind.Switch); 210PushLabelBlock(LabelScopeKind.Statement); 216PushLabelBlock(LabelScopeKind.Statement);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (5)
143PushLabelBlock(LabelScopeKind.Statement); 819PushLabelBlock(LabelScopeKind.Try); 842PushLabelBlock(LabelScopeKind.Catch); 879PushLabelBlock(LabelScopeKind.Finally); 940PushLabelBlock(LabelScopeKind.Filter);