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