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