2 writes to m_PnrpScope
System.Net (2)
net\PeerToPeer\Cloud.cs (2)
78m_PnrpScope = pnrpScope; 331m_PnrpScope = (PnrpScope)info.GetValue("_CloudScope", typeof(PnrpScope));
2 references to m_PnrpScope
System.Net (2)
net\PeerToPeer\Cloud.cs (2)
110return m_PnrpScope; 358info.AddValue("_CloudScope", m_PnrpScope);