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