2 writes to m_IsDisconnected
System (2)
net\System\Net\Sockets\Socket.cs (2)
7382m_IsDisconnected = false; 7408m_IsDisconnected = true;
5 references to m_IsDisconnected
System (5)
net\System\Net\Sockets\Socket.cs (5)
1001if(m_IsDisconnected){ 1228if(m_IsDisconnected){ 2958(Thread.CurrentThread.IsThreadPoolThread || SettingsSectionInternal.Section.AlwaysUseCompletionPortsForConnect || m_IsDisconnected); 5333(Thread.CurrentThread.IsThreadPoolThread || SettingsSectionInternal.Section.AlwaysUseCompletionPortsForAccept || m_IsDisconnected); 7710if(e.AcceptSocket.m_RightEndPoint != null && !e.AcceptSocket.m_IsDisconnected) {