10 references to HasShutdownStarted
System (10)
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
685if (!NclUtilities.HasShutdownStarted && scriptDomain != null)
net\System\Net\_ConnectStream.cs (2)
2543int nesting = (IsPostStream && internalCall && !IgnoreSocketErrors && !BufferOnly && normalShutDown && !NclUtilities.HasShutdownStarted)? Nesting.Closed: Nesting.InError; 2551normalShutDown &= !NclUtilities.HasShutdownStarted;
net\System\Net\_SafeNetHandles.cs (1)
2383if (oldHandle != IntPtr.Zero && !NclUtilities.HasShutdownStarted)
net\System\Net\HttpListener.cs (2)
210if (!NclUtilities.HasShutdownStarted || disposing) 273if (!NclUtilities.HasShutdownStarted || disposing)
net\System\Net\HttpListenerRequest.cs (1)
202if (m_pOverlapped != null && !NclUtilities.HasShutdownStarted)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (1)
757if (!NclUtilities.HasShutdownStarted)
net\System\Net\Sockets\Socket.cs (1)
9472if (!checkForShutdown || !NclUtilities.HasShutdownStarted) {
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
1038if (!checkForShutdown || !NclUtilities.HasShutdownStarted)