13 references to pendingConnectedNeighbor
System.ServiceModel (13)
System\ServiceModel\Channels\ConnectAlgorithms.cs (13)
61|| (((nodeAddresses.Count != 0 || pendingConnectedNeighbor.Count != 0) && maintainer.IsOpen) 93if (pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount < wantedConnectionCount) 121&& pendingConnectedNeighbor.ContainsKey(GetEndpointUri(epr)) == false) 125pendingConnectedNeighbor.Add(GetEndpointUri(epr), epr); 161pendingConnectedNeighbor.Remove(GetEndpointUri(epr)); 170if (nodeAddresses.Count == 0 || pendingConnectedNeighbor.Count + maintainer.ConnectedNeighborCount == wantedConnectionCount) 189pendingConnectedNeighbor.Remove(GetEndpointUri((PeerNodeAddress)iar.AsyncState)); 198pendingConnectedNeighbor.Clear(); 319if (address != null && pendingConnectedNeighbor.ContainsKey(address)) 321pendingConnectedNeighbor.Remove(address); 341if (address != null && pendingConnectedNeighbor.ContainsKey(address)) 343pendingConnectedNeighbor.Remove(address); 386&& !pendingConnectedNeighbor.ContainsKey(key)