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)
351if (_lastException != null) 359if (_lastException.SourceException is TypeSystemException) 362_lastException.Throw(); 365else if (_lastException.SourceException is RequiresRuntimeJitException) 368_lastException.Throw(); 374throw new CodeGenerationFailedException(_methodCodeNode.Method, _lastException.SourceException);