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