5 writes to IsSubscribed
System.Net (5)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
140peerContact.IsSubscribed = (isMyContact ? true : pc.fWatch);
net\PeerToPeer\Collaboration\PeerContact.cs (4)
477IsSubscribed = true; 482IsSubscribed = false; 608IsSubscribed = false; 614IsSubscribed = true;
3 references to IsSubscribed
System.Net (3)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
194pc.fWatch = peerContact.IsSubscribed;
net\PeerToPeer\Collaboration\PeerContact.cs (2)
455if (IsSubscribed){ 603if (!IsSubscribed)