2 writes to _lastException
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
151
_lastException
= ExceptionDispatchInfo.Capture(ex);
709
_lastException
= null;
6 references to _lastException
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
349
if (
_lastException
!= null)
357
if (
_lastException
.SourceException is TypeSystemException)
360
_lastException
.Throw();
363
else if (
_lastException
.SourceException is RequiresRuntimeJitException)
366
_lastException
.Throw();
372
throw new CodeGenerationFailedException(_methodCodeNode.Method,
_lastException
.SourceException);