19 references to DataflowBlockOptions
System.Threading.Tasks.Dataflow (19)
Blocks\BatchBlock.cs (2)
179public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 183$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}";
Blocks\BatchedJoinBlock.cs (4)
209public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 213$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}"; 467public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 471$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}";
Blocks\BufferBlock.cs (4)
273Exception? exception = Common.StartTaskSafe(_boundingState.TaskForInputProcessing, _source.DataflowBlockOptions.TaskScheduler); 295int maxMessagesPerTask = _source.DataflowBlockOptions.ActualMaxMessagesPerTask; 427public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 431$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, Count = {CountForDebugger}";
Blocks\JoinBlock.cs (4)
190public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 194$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, OutputCount = {OutputCountForDebugger}"; 420public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 424$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)} OutputCount = {OutputCountForDebugger}";
Blocks\TransformBlock.cs (2)
400public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 404$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, InputCount = {InputCountForDebugger}, OutputCount = {OutputCountForDebugger}";
Blocks\TransformManyBlock.cs (3)
247_source.DataflowBlockOptions.TaskScheduler); 606public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 610$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, InputCount = {InputCountForDebugger}, OutputCount = {OutputCountForDebugger}";