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