8 references to State
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 (4)
51
if (this.
State
== LifetimeState.Closed || _aborted)
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 (3)
91
if (this.
State
== LifetimeState.Opened)
233
if (empty && this.
State
== LifetimeState.Opened)
273
if (this.
State
== LifetimeState.Closed)