1 write to EntryTable
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
166EntryTable = new Dictionary<Guid, RegistrationEntry>();
7 references to EntryTable
System.ServiceModel (7)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (7)
342meshEntry.EntryTable.Add(registrationId, entry); 401if (!meshEntry.EntryTable.TryGetValue(updateInfo.RegistrationId, out entry)) 511if (!meshEntry.EntryTable.TryGetValue(unregisterInfo.RegistrationId, out registration)) 513meshEntry.EntryTable.Remove(unregisterInfo.RegistrationId); 547if (!meshEntry.EntryTable.TryGetValue(refreshInfo.RegistrationId, out entry)) 648foreach (KeyValuePair<Guid, RegistrationEntry> item in meshEntry.EntryTable) 659meshEntry.EntryTable.Remove(id);