12 references to Closed
System.ServiceModel (12)
System\ServiceModel\Channels\IPeerNeighbor.cs (1)
69(state == PeerNeighborState.Closed));
System\ServiceModel\Channels\PeerConnector.cs (3)
332neighbor.State != PeerNeighborState.Closed)) 445neighbor.State == PeerNeighborState.Closed)) 474neighbor.State != PeerNeighborState.Closed))
System\ServiceModel\Channels\PeerNeighborManager.cs (7)
1142if (this.state < PeerNeighborState.Closed) 1161this.state = PeerNeighborState.Closed; 1175OnStateChanged(PeerNeighborState.Closed); 1212case PeerNeighborState.Closed: 1299if (this.state == PeerNeighborState.Closed) 1312if (this.state == PeerNeighborState.Closed) 1349PeerNeighborState.Closed.ToString(), previousState.ToString(), null,
System\ServiceModel\Channels\PeerService.cs (1)
149if (neighbor == null || neighbor.State == PeerNeighborState.Closed)