4 references to ExecutionType
System.Workflow.Activities (4)
Task.cs (4)
168if (this.ExecutionType == ExecutionType.Sequence) 612System.Diagnostics.Debug.Assert(this.ExecutionType == ExecutionType.Parallel); 625switch (this.ExecutionType) 727bool bShouldExecute = (this.ExecutionType == ExecutionType.Parallel);