3 writes to AcceptFewerThanBatchSize
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (3)
343_nonGreedyState.AcceptFewerThanBatchSize = true; 679bool triggered = Volatile.Read(ref _nonGreedyState.AcceptFewerThanBatchSize); 696if (madeProgress || triggered) _nonGreedyState.AcceptFewerThanBatchSize = false;
2 references to AcceptFewerThanBatchSize
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (2)
583if (_nonGreedyState.AcceptFewerThanBatchSize && _messages.Count > 0) 592if (_nonGreedyState.AcceptFewerThanBatchSize && _nonGreedyState.PostponedMessages.Count > 0 && boundedCapacityAvailable > 0)