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