13 references to CountIsLessThanBound
System.Threading.Tasks.Dataflow (13)
Blocks\BatchBlock.cs (1)
373(_boundingState.CountIsLessThanBound && _nonGreedyState!.PostponedMessages.Count == 0 && _nonGreedyState.TaskForInputProcessing == null)))
Blocks\BroadcastBlock.cs (3)
183(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.TaskForInputProcessing == null)) 249_boundingState.CountIsLessThanBound) 338if (!_boundingState.CountIsLessThanBound) return false;
Blocks\BufferBlock.cs (3)
111(_boundingState.CountIsLessThanBound && _boundingState.PostponedMessages.Count == 0 && _boundingState.TaskForInputProcessing == null)) 250_boundingState.CountIsLessThanBound) 341if (!_boundingState.CountIsLessThanBound) return false;
Blocks\JoinBlock.cs (3)
698bool boundingCapacityAvailable = _sharedResources._boundingState.CountIsLessThanBound || !hasTheHighestNumberOfMessagesAvailable; 838((_sharedResources._boundingState.CountIsLessThanBound || !HasTheHighestNumberOfMessagesAvailable) && 1116bool 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))