1 write to m_Disposed
System.Net (1)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
447m_Disposed = true;
9 references to m_Disposed
System.Net (9)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (9)
136if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 141if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 155if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 169if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 292if (m_Disposed) return; 376if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 410if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 417if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 441if (!m_Disposed){