1 write to hasCompleted
System.Activities (1)
System\Activities\Statements\ParallelForEach.cs (1)
71
this.
hasCompleted
= new Variable<bool>("hasCompletedVar");
5 references to hasCompleted
System.Activities (5)
System\Activities\Statements\ParallelForEach.cs (5)
69
if (this.
hasCompleted
== null)
74
metadata.AddImplementationVariable(this.
hasCompleted
);
104
if (this.CompletionCondition != null && !this.
hasCompleted
.Get(context))
112
this.
hasCompleted
.Set(context, true);
130
this.
hasCompleted
.Set(context, true);