7 references to DataflowBlockOptions
System.Threading.Tasks.Dataflow (7)
Blocks\ActionBlock.cs (2)
312return Common.GetNameForDebugger(this, _defaultTarget != null ? _defaultTarget.DataflowBlockOptions : _spscTarget!.DataflowBlockOptions); 317$"{(Common.GetNameForDebugger(this, _defaultTarget != null ? _defaultTarget.DataflowBlockOptions : _spscTarget!.DataflowBlockOptions))}, InputCount = {InputCountForDebugger}";
Blocks\TransformBlock.cs (2)
206if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1) 310if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1)
Blocks\TransformManyBlock.cs (2)
442if (_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1) 468_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1 ||
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
204_target.DataflowBlockOptions.MaxDegreeOfParallelism == 1 ||