2 references to SupportsParallelExecution
System.Threading.Tasks.Dataflow (2)
Blocks\TransformBlock.cs (1)
118if (dataflowBlockOptions.SupportsParallelExecution && dataflowBlockOptions.EnsureOrdered)
Blocks\TransformManyBlock.cs (1)
125if (dataflowBlockOptions.SupportsParallelExecution && dataflowBlockOptions.EnsureOrdered)