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