1 implementation of ConnectedNeighborCount
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMaintainer.cs (1)
630int IPeerMaintainer.ConnectedNeighborCount
4 references to ConnectedNeighborCount
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectAlgorithms.cs (4)
62&& maintainer.ConnectedNeighborCount < wantedConnectionCount)) 93if (pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount < wantedConnectionCount) 170if (nodeAddresses.Count == 0 || pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount == wantedConnectionCount) 400if (maintainer.ConnectedNeighborCount < wantedConnectionCount)