3 references to BoundingState
System.Threading.Tasks.Dataflow (3)
Blocks\BatchBlock.cs (1)
320
if (boundingEnabled) _boundingState = new
BoundingState
(dataflowBlockOptions.BoundedCapacity);
Blocks\JoinBlock.cs (1)
1042
if (dataflowBlockOptions.BoundedCapacity > 0) _boundingState = new
BoundingState
(dataflowBlockOptions.BoundedCapacity);
Internal\Common.cs (1)
662
internal BoundingStateWithPostponed(int boundedCapacity) :
base
(boundedCapacity)