11 references to PushLabelBlock
System.Core (11)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (6)
147PushLabelBlock(LabelScopeKind.Expression); 165PushLabelBlock(LabelScopeKind.Statement); 173PushLabelBlock(LabelScopeKind.Block); 181PushLabelBlock(LabelScopeKind.Switch); 198PushLabelBlock(LabelScopeKind.Statement); 204PushLabelBlock(LabelScopeKind.Statement);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (5)
142PushLabelBlock(LabelScopeKind.Statement); 706PushLabelBlock(LabelScopeKind.Try); 727PushLabelBlock(LabelScopeKind.Catch); 759PushLabelBlock(LabelScopeKind.Finally); 812PushLabelBlock(LabelScopeKind.Filter);