1 write to guid
System.Net (1)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
814po.guid = CollaborationHelperFunctions.ConvertGuidToGUID(peerObject.Id);
3 references to guid
System.Net (3)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
311return new PeerObject(ConvertGUIDToGuid(po.guid), data, (PeerScope)po.dwPublicationScope);
net\PeerToPeer\Collaboration\Peer.cs (1)
603PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
955PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);