4 references to Faulted
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
1199fault = _state == State.Faulted; 1493if ((_state != State.Faulted) && (_state != State.Closed)) 1495_state = close ? State.Closed : State.Faulted; 1662return (_state != State.Closed) && (_state != State.Faulted);