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