1 type derived from BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
672internal sealed class BoundingStateWithPostponedAndTask<TInput> : BoundingStateWithPostponed<TInput>
1 instantiation of BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\TargetCore.cs (1)
130_boundingState = new BoundingStateWithPostponed<TInput>(_dataflowBlockOptions.BoundedCapacity);
1 reference to BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\TargetCore.cs (1)
74private readonly BoundingStateWithPostponed<TInput>? _boundingState;