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