2 instantiations of BoundingStateWithPostponedAndTask
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (1)
81_boundingState = new BoundingStateWithPostponedAndTask<T>(dataflowBlockOptions.BoundedCapacity);
Blocks\BufferBlock.cs (1)
61_boundingState = new BoundingStateWithPostponedAndTask<T>(dataflowBlockOptions.BoundedCapacity);
2 references to BoundingStateWithPostponedAndTask
System.Threading.Tasks.Dataflow (2)
Blocks\BroadcastBlock.cs (1)
41private readonly BoundingStateWithPostponedAndTask<T>? _boundingState;
Blocks\BufferBlock.cs (1)
30private readonly BoundingStateWithPostponedAndTask<T>? _boundingState;