4 references to DataflowBlockOptions
System.Threading.Tasks.Dataflow (4)
Blocks\BroadcastBlock.cs (4)
272
Exception? exception = Common.StartTaskSafe(_boundingState.TaskForInputProcessing, _source.
DataflowBlockOptions
.TaskScheduler);
293
int maxMessagesPerTask = _source.
DataflowBlockOptions
.ActualMaxMessagesPerTask;
444
public override string ToString() { return Common.GetNameForDebugger(this, _source.
DataflowBlockOptions
); }
447
private object DebuggerDisplayContent => $"{Common.GetNameForDebugger(this, _source.
DataflowBlockOptions
)}, HasValue = {HasValueForDebugger}, Value = {ValueForDebugger}";