2 writes to _lastException
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
154
_lastException
= ExceptionDispatchInfo.Capture(ex);
730
_lastException
= null;
4 references to _lastException
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
370
if (
_lastException
!= null)
378
if (
_lastException
.SourceException is TypeSystemException)
381
_lastException
.Throw();
393
throw new CodeGenerationFailedException(_methodCodeNode.Method,
_lastException
.SourceException);