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