1 type derived from BoundingState
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
639
internal class BoundingStateWithPostponed<TInput> :
BoundingState
2 instantiations of BoundingState
System.Threading.Tasks.Dataflow (2)
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);
2 references to BoundingState
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (1)
255
private readonly
BoundingState
? _boundingState;
Blocks\JoinBlock.cs (1)
1056
internal readonly
BoundingState
? _boundingState;