5 writes to isClosing
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
978this.isClosing = true; 1007this.isClosing = true; 1167this.isClosing = true; 1461neighbor.isClosing = false; 1537neighbor.isClosing = false;
4 references to isClosing
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (4)
854return isClosing; 976if (!this.isClosing) 1004if (!this.isClosing) 1165if (!this.isClosing)