3 references to LabelInfo
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
32
_labelInfo.Add(node, result = new
LabelInfo
(_ilg, node, false));
45
return new
LabelInfo
(_ilg, null, false);
239
_labelInfo.Add(label, new
LabelInfo
(_ilg, label, TypeUtils.AreReferenceAssignable(lambda.ReturnType, label.Type)));