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