4 writes to state
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (4)
294
this.
state
= States.Aborted;
377
this.
state
= States.Opened;
515
this.instanceManager.
state
= States.Opened;
663
this.instanceManager.
state
= States.Closed;
14 references to state
System.ServiceModel.Activities (14)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (14)
67
ThrowIfDisposedOrImmutable(this.
state
);
74
ThrowIfDisposedOrImmutable(this.
state
);
104
ThrowIfDisposedOrImmutable(this.
state
);
168
aborted = this.
state
== States.Aborted;
230
if (!stop && thisPtr.
state
== States.Opened)
270
ThrowIfClosedOrAborted(this.
state
);
277
ThrowIfClosedOrAborted(this.
state
);
290
if (this.
state
== States.Aborted)
376
ThrowIfDisposedOrImmutable(this.
state
);
514
DurableInstanceManager.ThrowIfDisposedOrImmutable(this.instanceManager.
state
);
629
if (this.instanceManager.
state
== States.Opened && this.instanceManager.handle != null)
658
closed = this.instanceManager.
state
== States.Closed;
659
opened = this.instanceManager.
state
== States.Opened;
660
aborted = this.instanceManager.
state
== States.Aborted;