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