1 write to wantedConnectionCount
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
35
this.
wantedConnectionCount
= wantedConnectionCount;
4 references to wantedConnectionCount
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectAlgorithms.cs (4)
62
&& maintainer.ConnectedNeighborCount <
wantedConnectionCount
))
93
if (pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount <
wantedConnectionCount
)
170
if (nodeAddresses.Count == 0 || pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount ==
wantedConnectionCount
)
400
if (maintainer.ConnectedNeighborCount <
wantedConnectionCount
)