3 references to ReferenceLabel
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (1)
96LabelInfo labelInfo = ReferenceLabel(node.Target);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
47if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.Target).CanReturn) 468LabelInfo jumpInfo = ReferenceLabel(jump.Target);