18 references to Faulted
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
87
case CommunicationState.
Faulted
:
124
case CommunicationState.
Faulted
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (12)
173
case CommunicationState.
Faulted
:
175
if (originalState == CommunicationState.
Faulted
)
278
case CommunicationState.
Faulted
:
303
if (_state == CommunicationState.
Faulted
)
305
_state = CommunicationState.
Faulted
;
523
case CommunicationState.
Faulted
:
572
case CommunicationState.
Faulted
:
606
case CommunicationState.
Faulted
:
635
case CommunicationState.
Faulted
:
664
case CommunicationState.
Faulted
:
693
case CommunicationState.
Faulted
:
728
case CommunicationState.
Faulted
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2445
if (!_isTimerCancelled && _binder.Channel.State != CommunicationState.
Faulted
&& _binder.Channel.State != CommunicationState.Closed)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
306
if (_channel.State == CommunicationState.
Faulted
)
416
if (_channel.State == CommunicationState.
Faulted
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
130
if (_acceptedNull || (listener.State == CommunicationState.
Faulted
))