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