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