3 writes to m_peerScope
System.Net (3)
net\PeerToPeer\Collaboration\PeerObject.cs (3)
59m_peerScope = peerScope; 71m_peerScope = (PeerScope) serializationInfo.GetInt32("_Scope"); 110m_peerScope = value;
2 references to m_peerScope
System.Net (2)
net\PeerToPeer\Collaboration\PeerObject.cs (2)
106return m_peerScope; 462info.AddValue("_Scope", m_peerScope);