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