1 write to hasCompleted
System.Activities (1)
System\Activities\Statements\Parallel.cs (1)
134
this.
hasCompleted
= new Variable<bool>("hasCompletedVar");
6 references to hasCompleted
System.Activities (6)
System\Activities\Statements\Parallel.cs (6)
95
if (this.CompletionCondition != null && updateContext.GetValue(this.
hasCompleted
))
132
if (this.
hasCompleted
== null)
137
metadata.AddImplementationVariable(this.
hasCompleted
);
170
if (this.CompletionCondition != null && !this.
hasCompleted
.Get(context))
177
this.
hasCompleted
.Set(context, true);
195
this.
hasCompleted
.Set(context, true);