2 writes to _lastException
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
153
_lastException
= ExceptionDispatchInfo.Capture(ex);
711
_lastException
= null;
6 references to _lastException
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
351
if (
_lastException
!= null)
359
if (
_lastException
.SourceException is TypeSystemException)
362
_lastException
.Throw();
365
else if (
_lastException
.SourceException is RequiresRuntimeJitException)
368
_lastException
.Throw();
374
throw new CodeGenerationFailedException(_methodCodeNode.Method,
_lastException
.SourceException);