4 references to _labelInfo
System.Core (4)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
31
if (!
_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)
197
foreach (LabelInfo label in
_labelInfo
.Values) {