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