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