6 writes to _lastError
System.Web (6)
HttpApplication.cs (6)
342_lastError = null; 1545_lastError = null; 1588_lastError = null; 1603_lastError = error; 1613_lastError = null; 2318_lastError = error;
2 references to _lastError
System.Web (2)
HttpApplication.cs (2)
302return (_context != null) ? _context.Error : _lastError; 2315if (_lastError != null)