1 write to wantedConnectionCount
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
35this.wantedConnectionCount = wantedConnectionCount;
4 references to wantedConnectionCount
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)