8 references to Closed
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
981close = _state == State.Closed; 1198close = _state == State.Closed; 1459if (_state != State.Closed) 1493if ((_state != State.Faulted) && (_state != State.Closed)) 1495_state = close ? State.Closed : State.Faulted; 1518if (_state == State.Closed) 1632bool close = _state == State.Closed; 1662return (_state != State.Closed) && (_state != State.Faulted);