13 references to CountIsLessThanBound
System.Threading.Tasks.Dataflow (13)
Blocks\BatchBlock.cs (1)
376(_boundingState.CountIsLessThanBound && _nonGreedyState!.PostponedMessages.Count == 0 && _nonGreedyState.TaskForInputProcessing == null)))
Blocks\BroadcastBlock.cs (3)
189(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.TaskForInputProcessing == null)) 255_boundingState.CountIsLessThanBound) 344if (!_boundingState.CountIsLessThanBound) return false;
Blocks\BufferBlock.cs (3)
114(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.TaskForInputProcessing == null)) 256_boundingState.CountIsLessThanBound) 347if (!_boundingState.CountIsLessThanBound) return false;
Blocks\JoinBlock.cs (3)
710bool boundingCapacityAvailable = _sharedResources._boundingState.CountIsLessThanBound || !hasTheHighestNumberOfMessagesAvailable; 850((_sharedResources._boundingState.CountIsLessThanBound || !HasTheHighestNumberOfMessagesAvailable) && 1131bool boundingCapacityAvailable = _boundingState.CountIsLessThanBound;
Internal\TargetCore.cs (3)
203(_boundingState.OutstandingTransfers == 0 && _boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0)) 360(!_decliningPermanently && _boundingState != null && _boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count > 0); 651if (!_boundingState!.CountIsLessThanBound || !_boundingState.PostponedMessages.TryPop(out element))