4 writes to neighbors
System.ServiceModel (4)
System\ServiceModel\Channels\PeerFlooder.cs (4)
57this.neighbors = new List<IPeerNeighbor>(); 59this.neighbors = this.neighborManager.GetConnectedNeighbors(); 299this.neighbors = this.neighborManager.GetConnectedNeighbors(); 304this.neighbors = this.neighborManager.GetConnectedNeighbors();
2 references to neighbors
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
145if (neighbors.Count == 0) 470get { return this.neighbors; }