2 references to BoundingStateWithPostponedAndTask
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (1)
78
_boundingState = new
BoundingStateWithPostponedAndTask
<T>(dataflowBlockOptions.BoundedCapacity);
Blocks\BufferBlock.cs (1)
58
_boundingState = new
BoundingStateWithPostponedAndTask
<T>(dataflowBlockOptions.BoundedCapacity);