3 references to RuntimeLabel
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\BranchLabel.cs (1)
47return new RuntimeLabel(_targetIndex, _continuationStackDepth, _stackDepth);
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
914private static readonly RuntimeLabel[] s_emptyRuntimeLabels = new RuntimeLabel[] { new RuntimeLabel(Interpreter.RethrowOnReturn, 0, 0) }; 932result[result.Length - 1] = new RuntimeLabel(Interpreter.RethrowOnReturn, 0, 0);