3 writes to m_peerScope
System.Net (3)
net\PeerToPeer\Collaboration\PeerApplication.cs (3)
64m_peerScope = peerScope; 78m_peerScope = (PeerScope) serializationInfo.GetInt32("_Scope"); 157m_peerScope = value;
2 references to m_peerScope
System.Net (2)
net\PeerToPeer\Collaboration\PeerApplication.cs (2)
153return m_peerScope; 525info.AddValue("_Scope", m_peerScope);