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)
302
return (_context != null) ? _context.Error :
_lastError
;
2315
if (
_lastError
!= null)