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