3 references to RegistrationId
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
385
Guid registrationId = updateInfo.
RegistrationId
;
392
if (updateInfo.
RegistrationId
== Guid.Empty || meshEntry == null)
401
if (!meshEntry.EntryTable.TryGetValue(updateInfo.
RegistrationId
, out entry))