4 references to _labelInfo
System.Core (4)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
31if (!_labelInfo.TryGetValue(node, out result)) { 32_labelInfo.Add(node, result = new LabelInfo(_ilg, node, false)); 239_labelInfo.Add(label, new LabelInfo(_ilg, label, TypeUtils.AreReferenceAssignable(lambda.ReturnType, label.Type)));
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
197foreach (LabelInfo label in _labelInfo.Values) {