1 type derived from BoundingState
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
639internal class BoundingStateWithPostponed<TInput> : BoundingState
2 instantiations of BoundingState
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (1)
323if (boundingEnabled) _boundingState = new BoundingState(dataflowBlockOptions.BoundedCapacity);
Blocks\JoinBlock.cs (1)
1057if (dataflowBlockOptions.BoundedCapacity > 0) _boundingState = new BoundingState(dataflowBlockOptions.BoundedCapacity);
2 references to BoundingState
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (1)
258private readonly BoundingState? _boundingState;
Blocks\JoinBlock.cs (1)
1071internal readonly BoundingState? _boundingState;