3 references to MaxNeighbors
System.ServiceModel (3)
System\ServiceModel\Channels\PeerConnector.cs (3)
47Fx.Assert(config.MaxNeighbors > 0, "MaxNeighbors is expected to be non-zero positive value"); 293if (this.neighborManager.ConnectedNeighborCount < this.config.MaxNeighbors) 345if (this.neighborManager.ConnectedNeighborCount >= this.config.MaxNeighbors)