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