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