1 write to branches
System.Activities (1)
System\Activities\Statements\Parallel.cs (1)
67this.branches = new ValidatingCollection<Activity>
5 references to branches
System.Activities (5)
System\Activities\Statements\Parallel.cs (5)
65if (this.branches == null) 79return this.branches; 90if (updateContext.IsCancellationRequested || this.branches == null) 103foreach (Activity branch in this.branches) 143if (this.branches != null && this.Branches.Count != 0)