8 references to Opened
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
26
if (this.State == LifetimeState.
Opened
&& !_inputClosed)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (5)
29
_state = LifetimeState.
Opened
;
63
if (!_aborted && _state != LifetimeState.
Opened
)
161
if (empty && this.State == LifetimeState.
Opened
)
175
Fx.Assert(this.State == LifetimeState.
Opened
, "LifetimeManager.IncrementBusyCount: (this.State == LifetimeState.Opened)");
182
Fx.Assert(this.State == LifetimeState.
Opened
, "LifetimeManager.IncrementBusyCountWithoutLock: (this.State == LifetimeState.Opened)");
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
91
if (this.State == LifetimeState.
Opened
)
233
if (empty && this.State == LifetimeState.
Opened
)