1 write to m_Disposed
System.Net (1)
net\PeerToPeer\Collaboration\MyContact.cs (1)
601m_Disposed = true;
7 references to m_Disposed
System.Net (7)
net\PeerToPeer\Collaboration\MyContact.cs (7)
158if (m_Disposed) return; 324if (m_Disposed) return; 493if (m_Disposed) return; 554if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 562if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 586if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 599if (!m_Disposed){