26 references to Opened
dotnet-svcutil-lib (26)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
110
if (this.State != CommunicationState.
Opened
)
114
if (this.State != CommunicationState.
Opened
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
152
if (this.State != CommunicationState.
Opened
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
84
case CommunicationState.
Opened
:
121
case CommunicationState.
Opened
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (10)
181
case CommunicationState.
Opened
:
269
case CommunicationState.
Opened
:
459
_state = CommunicationState.
Opened
;
514
case CommunicationState.
Opened
:
563
case CommunicationState.
Opened
:
597
case CommunicationState.
Opened
:
626
case CommunicationState.
Opened
:
655
case CommunicationState.
Opened
:
684
case CommunicationState.
Opened
:
719
case CommunicationState.
Opened
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
906
if (_channel.State != CommunicationState.
Opened
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestContextBase.cs (4)
17
private CommunicationState _state = CommunicationState.
Opened
;
34
_state = CommunicationState.
Opened
;
135
if (_state != CommunicationState.
Opened
)
212
if ((_state != CommunicationState.
Opened
) || _replyInitiated)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
834
if (State == CommunicationState.
Opened
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
367
if (this.State == CommunicationState.
Opened
)
378
if (this.State == CommunicationState.
Opened
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
112
if (_listener.State == CommunicationState.
Opened
)
136
get { return _binder.Channel.State == CommunicationState.
Opened
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1245
if (!_closeState.TryBackgroundClose() || this.State != CommunicationState.
Opened
)