1 write to m_Disposed
System.Net (1)
net\PeerToPeer\Collaboration\Peer.cs (1)
958m_Disposed = true;
8 references to m_Disposed
System.Net (8)
net\PeerToPeer\Collaboration\Peer.cs (8)
230if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 240if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 273if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 278if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 355if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 772if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 778if (m_Disposed) throw new ObjectDisposedException(this.GetType().FullName); 957if (!m_Disposed){