4 references to Faulted
System.ServiceModel (3)
System\ServiceModel\Channels\ReceiveContext.cs (3)
231if (this.State == ReceiveContextState.Completed || this.State == ReceiveContextState.Abandoned || this.State == ReceiveContextState.Faulted) 235this.State = ReceiveContextState.Faulted; 356if (State == ReceiveContextState.Faulted)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
746return this.receiveContext != null && this.receiveContext.State != ReceiveContextState.Faulted;