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