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