2 references to WrappedException
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
120
unwrappedException = rwe != null ? rwe.
WrappedException
: exception;
System.Private.CoreLib (1)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
1140
exception = ex.
WrappedException
;