2 references to BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (2)
Internal\Common.cs (1)
679internal BoundingStateWithPostponedAndTask(int boundedCapacity) : base(boundedCapacity)
Internal\TargetCore.cs (1)
130_boundingState = new BoundingStateWithPostponed<TInput>(_dataflowBlockOptions.BoundedCapacity);