1 write to m_Disposed
System.Net (1)
net\PeerToPeer\PeerNameRegistration.cs (1)
679
m_Disposed
= true;
6 references to m_Disposed
System.Net (6)
net\PeerToPeer\PeerNameRegistration.cs (6)
126
if (
m_Disposed
)
228
if (
m_Disposed
)
253
if (
m_Disposed
) throw new ObjectDisposedException(this.GetType().FullName);
465
if (
m_Disposed
) throw new ObjectDisposedException(this.GetType().FullName);
626
if (
m_Disposed
) throw new ObjectDisposedException(this.GetType().FullName);
665
if (!
m_Disposed
)