2 references to RethrowOnReturn
System.Linq.Expressions (2)
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);