4 references to Parallel
System.Workflow.Activities (4)
Task.cs (4)
89
if (value != ExecutionType.Sequence && value != ExecutionType.
Parallel
)
612
System.Diagnostics.Debug.Assert(this.ExecutionType == ExecutionType.
Parallel
);
641
case ExecutionType.
Parallel
:
727
bool bShouldExecute = (this.ExecutionType == ExecutionType.
Parallel
);