3 writes to AcceptFewerThanBatchSize
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (3)
340_nonGreedyState.AcceptFewerThanBatchSize = true; 676bool triggered = Volatile.Read(ref _nonGreedyState.AcceptFewerThanBatchSize); 693if (madeProgress || triggered) _nonGreedyState.AcceptFewerThanBatchSize = false;
2 references to AcceptFewerThanBatchSize
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (2)
580if (_nonGreedyState.AcceptFewerThanBatchSize && _messages.Count > 0) 589if (_nonGreedyState.AcceptFewerThanBatchSize && _nonGreedyState.PostponedMessages.Count > 0 && boundedCapacityAvailable > 0)