4 references to _labelInfo
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (3)
15if (!_labelInfo.TryGetValue(node, out LabelInfo? result)) 17_labelInfo.Add(node, result = new LabelInfo(_ilg, node, false)); 258_labelInfo.Add(label, new LabelInfo(_ilg, label, TypeUtils.AreReferenceAssignable(lambda.ReturnType, label.Type)));
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (1)
247foreach (LabelInfo label in _labelInfo.Values)