1 write to hasRaisedCompleted
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
659
this.
hasRaisedCompleted
= true;
6 references to hasRaisedCompleted
System.Activities (6)
System\Activities\WorkflowApplication.cs (6)
399
return state == WorkflowInstanceState.Complete && !this.
hasRaisedCompleted
;
698
!this.
hasRaisedCompleted
&& this.pendingUnenqueued == 0;
1108
if (!this.
hasRaisedCompleted
&& this.state != WorkflowApplicationState.Unloaded)
1114
if (!this.hasCalledRun && !this.
hasRaisedCompleted
)
2520
if (this.
hasRaisedCompleted
)
2911
if (this.
hasRaisedCompleted
)