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)
320if (boundingEnabled) _boundingState = new BoundingState(dataflowBlockOptions.BoundedCapacity);
Blocks\JoinBlock.cs (1)
1042if (dataflowBlockOptions.BoundedCapacity > 0) _boundingState = new BoundingState(dataflowBlockOptions.BoundedCapacity);
2 references to BoundingState
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (1)
255private readonly BoundingState? _boundingState;
Blocks\JoinBlock.cs (1)
1056internal readonly BoundingState? _boundingState;