18 references to Closing
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
85case CommunicationState.Closing: 122case CommunicationState.Closing:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (12)
94_state = CommunicationState.Closing; 164_state = CommunicationState.Closing; 210case CommunicationState.Closing: 272case CommunicationState.Closing: 300if (_state == CommunicationState.Closed || _state == CommunicationState.Closing) 517case CommunicationState.Closing: 566case CommunicationState.Closing: 600case CommunicationState.Closing: 629case CommunicationState.Closing: 658case CommunicationState.Closing: 687case CommunicationState.Closing: 722case CommunicationState.Closing:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (3)
105_state = CommunicationState.Closing; 143_state = CommunicationState.Closing; 192if (_state == CommunicationState.Closed || _state == CommunicationState.Closing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
165if (channel.State != CommunicationState.Closing && channel.State != CommunicationState.Closed)