1 write to s_contactManager
System.Net (1)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
206
s_contactManager
= new ContactManager();
3 references to s_contactManager
System.Net (3)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (3)
203
if (
s_contactManager
== null){
205
if (
s_contactManager
== null){
210
return
s_contactManager
;