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