2 references to LabelScopeInfo
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
42_labelBlock = new LabelScopeInfo(_labelBlock, type);
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
47private LabelScopeInfo _labelBlock = new LabelScopeInfo(null, LabelScopeKind.Lambda);