2 writes to _shutDownMessage
System.Web (2)
HttpRuntime.cs (2)
2343
_theRuntime.
_shutDownMessage
= message;
2345
_theRuntime.
_shutDownMessage
+= "\r\n" + message;
2 references to _shutDownMessage
System.Web (2)
HttpRuntime.cs (2)
2276
+ ", ShutdownMessage=" + _theRuntime.
_shutDownMessage
);
2342
if (_theRuntime.
_shutDownMessage
== null)