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