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