2 references to LabelScopeInfo
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (1)
53
_labelBlock = new
LabelScopeInfo
(_labelBlock, type);
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
56
private LabelScopeInfo _labelBlock = new
LabelScopeInfo
(null, LabelScopeKind.Lambda);