7 writes to state
System.ServiceModel (7)
System\ServiceModel\Channels\LifetimeManager.cs (7)
32
this.
state
= LifetimeState.Opened;
61
this.
state
= LifetimeState.Closing;
65
this.
state
= LifetimeState.Closed;
90
this.
state
= LifetimeState.Closing;
105
this.
state
= LifetimeState.Closing;
109
this.
state
= LifetimeState.Closed;
188
this.
state
= LifetimeState.Closed;
2 references to state
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (2)
42
get { return this.
state
; }
70
if (!this.aborted && this.
state
!= LifetimeState.Opened)