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