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