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