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