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