6 references to Statement
System.Core (6)
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
324case LabelScopeKind.Statement:
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
165PushLabelBlock(LabelScopeKind.Statement); 198PushLabelBlock(LabelScopeKind.Statement); 204PushLabelBlock(LabelScopeKind.Statement);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
142PushLabelBlock(LabelScopeKind.Statement); 152PopLabelBlock(LabelScopeKind.Statement);