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