61 references to Opening
System.ServiceModel (57)
System\ServiceModel\ChannelFactory.cs (3)
39
if (this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
)
205
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
214
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
84
case CommunicationState.
Opening
:
121
case CommunicationState.
Opening
:
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (3)
112
|| (currentState == CommunicationState.
Opening
)
301
|| (currentState == CommunicationState.
Opening
)
541
if (this.State == CommunicationState.
Opening
)
System\ServiceModel\Channels\CommunicationObject.cs (14)
175
case CommunicationState.
Opening
:
235
this.state = CommunicationState.
Opening
;
294
case CommunicationState.
Opening
:
436
case CommunicationState.
Opening
:
579
this.state = CommunicationState.
Opening
;
717
if (this.aborted || this.state != CommunicationState.
Opening
)
777
case CommunicationState.
Opening
:
826
case CommunicationState.
Opening
:
860
case CommunicationState.
Opening
:
889
case CommunicationState.
Opening
:
918
case CommunicationState.
Opening
:
947
case CommunicationState.
Opening
:
969
if (this.state == CommunicationState.Created || this.state == CommunicationState.
Opening
)
982
case CommunicationState.
Opening
:
System\ServiceModel\Channels\FramingChannels.cs (1)
360
if (this.State != CommunicationState.
Opening
)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
27
if (!this.IsDisposed && (CommunicationState.Opened == this.State || CommunicationState.
Opening
== this.State))
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
332
|| (channelState == CommunicationState.
Opening
)
744
if (this.state == CommunicationState.
Opening
)
759
if ((this.state == CommunicationState.
Opening
)
783
this.state = CommunicationState.
Opening
;
930
if (this.State == CommunicationState.
Opening
)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
921
if (this.State == CommunicationState.
Opening
||
938
if (this.State == CommunicationState.
Opening
||
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
264
if (this.State == CommunicationState.
Opening
||
281
if (this.State == CommunicationState.
Opening
||
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
286
if (this.State == CommunicationState.
Opening
||
303
if (this.State == CommunicationState.
Opening
||
System\ServiceModel\Channels\ServiceChannel.cs (2)
1214
if (this.State == CommunicationState.
Opening
)
1567
if (this.State == CommunicationState.
Opening
)
System\ServiceModel\Channels\SharedConnectionListener.cs (6)
98
else if (this.state == CommunicationState.
Opening
&& !aborting)
196
if (this.state != CommunicationState.
Opening
&&
226
this.state = CommunicationState.
Opening
;
259
if (this.state == CommunicationState.Created || this.state == CommunicationState.
Opening
)
272
while (this.state == CommunicationState.
Opening
)
291
if (this.state == CommunicationState.
Opening
)
System\ServiceModel\Description\ServiceCredentials.cs (1)
236
if (!(serviceHost.State == CommunicationState.Created || serviceHost.State == CommunicationState.
Opening
))
System\ServiceModel\InstanceContext.cs (1)
358
if (!(this.State != CommunicationState.Created && this.State != CommunicationState.
Opening
))
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
671
if (this.isTimerCancelled || (this.CommunicationObject.State != CommunicationState.Opened && this.CommunicationObject.State != CommunicationState.
Opening
))
697
if (this.CommunicationObject.State == CommunicationState.Opened || this.CommunicationObject.State == CommunicationState.
Opening
)
System\ServiceModel\ServiceConfiguration.cs (1)
156
if ((this.host.State != CommunicationState.Created) && (this.host.State != CommunicationState.
Opening
))
System\ServiceModel\ServiceHost.cs (9)
92
else if (this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
)
111
else if (this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
)
192
else if (this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
)
359
if (this.State != CommunicationState.Created && this.State != CommunicationState.
Opening
)
393
if (this.State != CommunicationState.Created && this.State != CommunicationState.
Opening
)
574
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
588
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
601
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
615
Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
, "");
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
215
if (thisPtr.Host.State == CommunicationState.
Opening
|| thisPtr.Host.State == CommunicationState.Opened)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
222
return this.State == CommunicationState.Created || this.State == CommunicationState.
Opening
;
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (2)
126
if (this.State != CommunicationState.
Opening
)
146
if (this.State != CommunicationState.
Opening
)