1 write to BoundedCapacity
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
629
BoundedCapacity
= boundedCapacity;
2 references to BoundedCapacity
System.Threading.Tasks.Dataflow (2)
Internal\Common.cs (1)
633
internal bool CountIsLessThanBound { get { return CurrentCount <
BoundedCapacity
; } }
Internal\TargetCore.cs (1)
404
bool shouldAttemptPostponedTransfer = _boundingState != null && _boundingState.
BoundedCapacity
> 1;