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