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