1 write to hasRaisedCompleted
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1222this.hasRaisedCompleted = true;
8 references to hasRaisedCompleted
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
263return this.Controller.State == WorkflowInstanceState.Complete && !this.hasRaisedCompleted; 271return this.IsIdle && !this.hasRaisedCompleted && this.state != State.Aborted; 990if (this.hasRaisedCompleted && this.bufferedReceiveManager != null) 1002if (this.hasRaisedCompleted && this.bufferedReceiveManager != null) 1785if (this.hasRaisedCompleted) 1855if (this.hasRaisedCompleted || (this.state == State.Active && this.isRunnable) || this.isInTransaction) 1887if (this.hasRaisedCompleted) 1914if (this.hasRaisedCompleted)