3 references to None
System.Web (3)
HttpRuntime.cs (3)
214
private ApplicationShutdownReason _shutdownReason = ApplicationShutdownReason.
None
;
2129
ApplicationShutdownReason reason = ApplicationShutdownReason.
None
;
2333
if (_theRuntime._shutdownReason == ApplicationShutdownReason.
None
) {