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