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