67 references to Faulted
System.ServiceModel (65)
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
88
case CommunicationState.
Faulted
:
125
case CommunicationState.
Faulted
:
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
256
this.channel.State == CommunicationState.
Faulted
||
288
this.channel.State == CommunicationState.
Faulted
||
System\ServiceModel\Channels\CommunicationObject.cs (16)
176
case CommunicationState.
Faulted
:
178
if (originalState == CommunicationState.
Faulted
)
295
case CommunicationState.
Faulted
:
297
if (originalState == CommunicationState.
Faulted
)
448
case CommunicationState.
Faulted
:
476
if (this.state == CommunicationState.
Faulted
)
482
this.state = CommunicationState.
Faulted
;
521
Fx.Assert(currentState == CommunicationState.Closing || currentState == CommunicationState.Closed || currentState == CommunicationState.
Faulted
,
551
case CommunicationState.
Faulted
:
789
case CommunicationState.
Faulted
:
838
case CommunicationState.
Faulted
:
872
case CommunicationState.
Faulted
:
901
case CommunicationState.
Faulted
:
930
case CommunicationState.
Faulted
:
959
case CommunicationState.
Faulted
:
994
case CommunicationState.
Faulted
:
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
333
|| (channelState == CommunicationState.
Faulted
))
545
if ((this.state == CommunicationState.
Faulted
)
551
this.state = CommunicationState.
Faulted
;
586
if (this.state == CommunicationState.
Faulted
)
970
&& (this.state != CommunicationState.
Faulted
))
1735
if (this.currentChannel.State != CommunicationState.
Faulted
)
1804
if (this.currentChannel.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
730
else if (this.typedListener.State == CommunicationState.
Faulted
)
904
else if (this.typedListener.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
354
if (this.Aborted || this.State == CommunicationState.
Faulted
)
728
|| this.State == CommunicationState.
Faulted
)
1426
else if (this.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
515
|| this.State == CommunicationState.
Faulted
)
627
if (this.Aborted || this.State == CommunicationState.
Faulted
)
1044
if (this.Aborted || (this.State == CommunicationState.
Faulted
))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
735
if (this.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (5)
255
if (this.State == CommunicationState.
Faulted
|| this.Aborted)
271
if (this.State == CommunicationState.
Faulted
|| this.Aborted)
580
if (this.Aborted || this.State == CommunicationState.
Faulted
|| this.State == CommunicationState.Closed)
649
if (this.Aborted || this.State == CommunicationState.
Faulted
|| this.State == CommunicationState.Closed)
1047
if (this.Aborted || this.State == CommunicationState.
Faulted
|| this.State == CommunicationState.Closed)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
187
if (this.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
963
if (this.State == CommunicationState.Closed || this.State == CommunicationState.
Faulted
)
1140
if (this.State == CommunicationState.Closed || this.State == CommunicationState.
Faulted
)
1331
if (this.State == CommunicationState.Closed || this.State == CommunicationState.
Faulted
)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (6)
265
if (this.State != CommunicationState.
Faulted
&&
319
if (this.listener.State == CommunicationState.
Faulted
)
375
else if (this.listener.State == CommunicationState.
Faulted
)
530
else if (this.listener.State == CommunicationState.
Faulted
)
545
if (this.State != CommunicationState.
Faulted
&&
575
this.State == CommunicationState.
Faulted
||
System\ServiceModel\Channels\ServiceChannel.cs (2)
1541
if (this.InstanceContext != null && this.InstanceContext.State != CommunicationState.Closed && this.InstanceContext.State != CommunicationState.
Faulted
)
2685
if (!this.isTimerCancelled && binder.Channel.State != CommunicationState.
Faulted
&& binder.Channel.State != CommunicationState.Closed)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
231
this.state = CommunicationState.
Faulted
;
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
316
if (this.channel.State == CommunicationState.
Faulted
)
426
if (this.channel.State == CommunicationState.
Faulted
)
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
165
if (this.acceptedNull || (listener.State == CommunicationState.
Faulted
))
187
if (this.acceptedNull || (listener.State == CommunicationState.
Faulted
))
217
if (this.acceptedNull || (listener.State == CommunicationState.
Faulted
))
System\ServiceModel\InstanceContext.cs (1)
348
|| state == CommunicationState.
Faulted
)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3300
if (this.State == CommunicationState.Closed || this.State == CommunicationState.
Faulted
|| this.IsInputClosed)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
803
|| this.communicationObject.State == CommunicationState.
Faulted
)
822
&& this.communicationObject.State != CommunicationState.
Faulted
)
1525
if (isInputClosed || this.State == CommunicationState.
Faulted
)
2690
if (channel.isInputClosed || channel.State == CommunicationState.
Faulted
)
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableInstanceProvider.cs (1)
46
if (instanceContext.State == CommunicationState.
Faulted
|| instanceContext.Aborted)
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
23
if (instanceContext.State == CommunicationState.
Faulted
|| instanceContext.Aborted)