3 instantiations of PeerObjectCollection
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (2)
486peerObjectCollection = new PeerObjectCollection(); 526PeerObjectCollection peerObjectColl = new PeerObjectCollection();
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
904PeerObjectCollection peerObjectColl = new PeerObjectCollection();
10 references to PeerObjectCollection
System.Net (10)
net\PeerToPeer\Collaboration\Peer.cs (6)
424public PeerObjectCollection GetObjects() 438public PeerObjectCollection GetObjects(Guid objectId) 451private PeerObjectCollection InternalGetAllObjects(Guid objectId, bool guidSupplied) 457PeerObjectCollection peerObjectCollection; 519internal static PeerObjectCollection InternalGetObjects(Guid objectId, bool guidSupplied, PeerEndPoint peerEndPoint) 526PeerObjectCollection peerObjectColl = new PeerObjectCollection();
net\PeerToPeer\Collaboration\PeerCollaboration.cs (2)
896public static PeerObjectCollection GetLocalSetObjects() 904PeerObjectCollection peerObjectColl = new PeerObjectCollection();
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1120public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint) 1134public PeerObjectCollection GetObjects(PeerEndPoint peerEndPoint, Guid objectId)