3 references to InternalGetObjects
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (1)
466peerObjectCollection = InternalGetObjects(objectId, guidSupplied, peerEndPoint);
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1127return InternalGetObjects(Guid.Empty, false, peerEndPoint); 1141return InternalGetObjects(objectId, true, peerEndPoint);