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