10 references to ServicePath
System.ServiceModel (10)
System\ServiceModel\Channels\PeerMaintainer.cs (3)
524alreadySeen.Add(lclNodeAddress.ServicePath, lclNodeAddress); 560if (!alreadySeen.ContainsKey(address.ServicePath)) 562alreadySeen.Add(address.ServicePath, address);
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
350neighbor.ListenAddress.ServicePath == address.ServicePath &&
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (5)
330if (meshEntry.Service2EntryTable.ContainsKey(address.ServicePath)) 331PeerExceptionHelper.ThrowInvalidOperation_DuplicatePeerRegistration(address.ServicePath); 344meshEntry.Service2EntryTable.Add(address.ServicePath, entry); 515meshEntry.Service2EntryTable.Remove(registration.Address.ServicePath); 654meshEntry.Service2EntryTable.Remove(item.Value.Address.ServicePath);