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