1 write to connectedNeighborList
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
69
this.
connectedNeighborList
= new List<IPeerNeighbor>();
9 references to connectedNeighborList
System.ServiceModel (9)
System\ServiceModel\Channels\PeerNeighborManager.cs (9)
83
return this.
connectedNeighborList
.Count;
92
foreach (PeerNeighbor neighbor in this.
connectedNeighborList
)
167
Fx.Assert(this.
connectedNeighborList
.Count == 0, "Connected neighbor count should be 0");
184
this.
connectedNeighborList
.Clear();
367
return new List<IPeerNeighbor>(this.
connectedNeighborList
);
469
this.
connectedNeighborList
.Remove((IPeerNeighbor)source);
489
this.
connectedNeighborList
.Add(neighbor);
626
this.
connectedNeighborList
.Remove(neighbor);
627
if (this.isOnline && this.
connectedNeighborList
.Count == 0)