1 instantiation of RethrowException
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
729throw new RethrowException();
3 references to RethrowException
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
325Debug.Assert(!(unwrappedException is RethrowException)); 357catch (RethrowException)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
105if (exception is RethrowException)