13 references to Id
System.Net (13)
net\PeerToPeer\Collaboration\Peer.cs (1)
477mergedObjects[peerObject.Id] = peerObject;
net\PeerToPeer\Collaboration\PeerCollaboration.cs (2)
814po.guid = CollaborationHelperFunctions.ConvertGuidToGUID(peerObject.Id); 869GUID guid = CollaborationHelperFunctions.ConvertGuidToGUID(peerObject.Id);
net\PeerToPeer\Collaboration\PeerObject.cs (10)
336if (Guid.Equals(m_id, peerObject.Id)){ 375return other.Id.Equals(Id); 387return comparandPeerObject.Id.Equals(Id); 398return Guid.Equals(comparandPeerObject1.Id, comparandPeerObject2.Id); 407return Id.GetHashCode(); 413return Id.ToString(); 468Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tGuid: {0}", Id);