1 write to _dataflowBlockOptions
System.Threading.Tasks.Dataflow (1)
Internal\SpscTargetCore.cs (1)
83_dataflowBlockOptions = dataflowBlockOptions;
4 references to _dataflowBlockOptions
System.Threading.Tasks.Dataflow (4)
Internal\SpscTargetCore.cs (4)
185newConsumer.Start(_dataflowBlockOptions.TaskScheduler); 198int maxMessagesToProcess = _dataflowBlockOptions.ActualMaxMessagesPerTask; 364internal ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _dataflowBlockOptions; } } 396internal ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _target._dataflowBlockOptions; } }