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