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