1 write to _application
System.Web (1)
httpserverutility.cs (1)
52
_application
= application;
4 references to _application
System.Web (4)
httpserverutility.cs (4)
240
else if (
_application
!= null)
241
return
_application
.LastError;
253
else if (
_application
!= null)
254
_application
.ClearError();