23 references to Created
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (3)
36if (this.State == CommunicationState.Created || this.State == CommunicationState.Opening) 176Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.Opening, ""); 185Fx.Assert(this.State == CommunicationState.Created || this.State == CommunicationState.Opening, "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
80case CommunicationState.Created: 115case CommunicationState.Created:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (11)
38_state = CommunicationState.Created; 171case CommunicationState.Created: 263case CommunicationState.Created: 508case CommunicationState.Created: 557case CommunicationState.Created: 591case CommunicationState.Created: 620case CommunicationState.Created: 649case CommunicationState.Created: 678case CommunicationState.Created: 703if (_state == CommunicationState.Created || _state == CommunicationState.Opening) 713case CommunicationState.Created:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
708if (State == CommunicationState.Created)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
72_openBinder = (binder.Channel.State == CommunicationState.Created); 564if ((State == CommunicationState.Created) && !operation.IsInitiating)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
173if (_binder.Channel.State == CommunicationState.Created)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
61if (rpc.InstanceContext.State == CommunicationState.Created) 65if (rpc.InstanceContext.State == CommunicationState.Created)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
387return this.CommunicationObject.State != CommunicationState.Created;