2 writes to isOnline
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
493this.isOnline = true; 629this.isOnline = false;
3 references to isOnline
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
106return this.isOnline; 490if (!this.isOnline) 627if (this.isOnline && this.connectedNeighborList.Count == 0)