2 writes to _tempError
System.Web (2)
HttpContext.cs (2)
1172set { _tempError = value; } 1221_tempError = null;
4 references to _tempError
System.Web (4)
HttpContext.cs (4)
1158if (_tempError != null) 1159return _tempError; 1171get { return _tempError; } 1220if (_tempError != null)