22 references to Closed
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
86case CommunicationState.Closed: 123case CommunicationState.Closed:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (14)
54get { return _state == CommunicationState.Closed; } 90if (_aborted || _state == CommunicationState.Closed) 163if (originalState != CommunicationState.Closed) 211case CommunicationState.Closed: 275case CommunicationState.Closed: 300if (_state == CommunicationState.Closed || _state == CommunicationState.Closing) 375_state = CommunicationState.Closed; 520case CommunicationState.Closed: 569case CommunicationState.Closed: 603case CommunicationState.Closed: 632case CommunicationState.Closed: 661case CommunicationState.Closed: 690case CommunicationState.Closed: 725case CommunicationState.Closed:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (4)
102if (_state == CommunicationState.Closed) 116_state = CommunicationState.Closed; 157_state = CommunicationState.Closed; 192if (_state == CommunicationState.Closed || _state == CommunicationState.Closing)
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\ListenerHandler.cs (1)
165if (channel.State != CommunicationState.Closing && channel.State != CommunicationState.Closed)