3 references to ReferenceLabel
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (1)
101var labelInfo = ReferenceLabel(node.Target);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
62if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.Target).CanReturn) { 414LabelInfo jumpInfo = ReferenceLabel(jump.Target);