8 references to ActualMaxNumberOfGroups
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (6)
395(_batchesCompleted + (_messages.Count / _batchSize)) >= _dataflowBlockOptions.ActualMaxNumberOfGroups) 508bool completedAllDesiredBatches = _batchesCompleted >= _dataflowBlockOptions.ActualMaxNumberOfGroups; 568bool completedAllDesiredBatches = _batchesCompleted >= _dataflowBlockOptions.ActualMaxNumberOfGroups; 744if (_batchesCompleted >= _dataflowBlockOptions.ActualMaxNumberOfGroups) _decliningPermanently = true; 840(_batchesCompleted + 1) >= _dataflowBlockOptions.ActualMaxNumberOfGroups) 952(_batchesCompleted + 1) >= _dataflowBlockOptions.ActualMaxNumberOfGroups)
Blocks\BatchedJoinBlock.cs (1)
717if (_batchesCreated >= dataflowBlockOptions.ActualMaxNumberOfGroups) _allTargetsDecliningPermanentlyAction();
Blocks\JoinBlock.cs (1)
744if ((_sharedResources._joinsCreated + messageCount) >= _sharedResources._dataflowBlockOptions.ActualMaxNumberOfGroups)