19 references to DataflowBlockOptions
System.Threading.Tasks.Dataflow (19)
Blocks\BatchBlock.cs (2)
176public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 180$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}";
Blocks\BatchedJoinBlock.cs (4)
206public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 210$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}"; 461public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 465$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, BatchSize = {BatchSize}, OutputCount = {OutputCountForDebugger}";
Blocks\BufferBlock.cs (4)
267Exception? exception = Common.StartTaskSafe(_boundingState.TaskForInputProcessing, _source.DataflowBlockOptions.TaskScheduler); 289int maxMessagesPerTask = _source.DataflowBlockOptions.ActualMaxMessagesPerTask; 421public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 425$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, Count = {CountForDebugger}";
Blocks\JoinBlock.cs (4)
184public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 188$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, OutputCount = {OutputCountForDebugger}"; 408public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 412$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)} OutputCount = {OutputCountForDebugger}";
Blocks\TransformBlock.cs (2)
394public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 398$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, InputCount = {InputCountForDebugger}, OutputCount = {OutputCountForDebugger}";
Blocks\TransformManyBlock.cs (3)
247_source.DataflowBlockOptions.TaskScheduler); 603public override string ToString() { return Common.GetNameForDebugger(this, _source.DataflowBlockOptions); } 607$"{Common.GetNameForDebugger(this, _source.DataflowBlockOptions)}, InputCount = {InputCountForDebugger}, OutputCount = {OutputCountForDebugger}";