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