9 references to ConvertGUIDToGuid
System.Net (9)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
285peerNearMe.Id = CollaborationHelperFunctions.ConvertGUIDToGuid(ppnm.id); 311return new PeerObject(ConvertGUIDToGuid(po.guid), data, (PeerScope)po.dwPublicationScope); 332return new PeerApplication( ConvertGUIDToGuid(pa.guid),
net\PeerToPeer\Collaboration\Peer.cs (1)
603PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (4)
267peerAppLaunchInfo.PeerApplication = new PeerApplication(CollaborationHelperFunctions.ConvertGUIDToGuid(pi.applicationId), 439peerNearMe.Id = CollaborationHelperFunctions.ConvertGUIDToGuid(pnm.id); 726PeerApplication peerApp = new PeerApplication( CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerApp->guid), 955PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1092PeerApplication peerApp = new PeerApplication(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerApp->guid), description, data, null, null, PeerScope.None);