1 write to Service2EntryTable
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
167Service2EntryTable = new Dictionary<string, RegistrationEntry>();
4 references to Service2EntryTable
System.ServiceModel (4)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (4)
330if (meshEntry.Service2EntryTable.ContainsKey(address.ServicePath)) 344meshEntry.Service2EntryTable.Add(address.ServicePath, entry); 515meshEntry.Service2EntryTable.Remove(registration.Address.ServicePath); 654meshEntry.Service2EntryTable.Remove(item.Value.Address.ServicePath);