8 references to Unloaded
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
484
this.state != State.Completed && this.state != State.
Unloaded
&& this.state != State.Aborted)
1727
this.state = State.
Unloaded
;
1800
if (this.state == State.
Unloaded
)
1892
else if (this.state == State.
Unloaded
|| this.state == State.Aborted || this.state == State.Suspended)
1940
if (this.state == State.
Unloaded
)
2293
else if (this.state == State.
Unloaded
&& this.completionState == ActivityInstanceState.Faulted)
2351
Fx.AssertAndThrow(this.state != State.
Unloaded
, "Cannot be unloaded");
2354
if (this.state == State.
Unloaded
)