1 implementation of FindDuplicateNeighbor
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
584
IPeerNeighbor IPeerMaintainer.
FindDuplicateNeighbor
(PeerNodeAddress address)
3 references to FindDuplicateNeighbor
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectAlgorithms.cs (2)
120
if (maintainer.
FindDuplicateNeighbor
(epr) == null
387
&& maintainer.
FindDuplicateNeighbor
(referral.Address) == null)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
563
if (((IPeerMaintainer)this).
FindDuplicateNeighbor
(address) == null)