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