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