15 references to Active
System.ServiceModel.Activities (15)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (15)
233return this.state == State.Active; 682if (this.state != State.Active) 802bool isRunnable = this.state == State.Active && this.isRunnable && !this.IsIdle; 808else if ((this.IsIdle || this.state != State.Active) && NotifyNextIdleWaiter(ref ownsLock)) 1186this.state = State.Active; 1644Fx.Assert(this.state == State.Active, "WorkflowServiceInstance.State should be State.Active at this point."); 1838if (this.state == State.Active) 1855if (this.hasRaisedCompleted || (this.state == State.Active && this.isRunnable) || this.isInTransaction) 2263if ((this.state == State.Suspended && this.isTransactedCancelled) || this.state == State.Active) 2276this.state = State.Active; 4303this.Instance.state = State.Active; 4555this.Instance.state = State.Active; 4759this.Instance.state = State.Active; 4904if (this.instance.state == State.Active && !this.instance.isRunnable) 4912if (this.instance.state == State.Active && this.instance.Controller.State == WorkflowInstanceState.Runnable)