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