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)
41
private readonly
BoundingStateWithPostponedAndTask
<T>? _boundingState;
Blocks\BufferBlock.cs (1)
30
private readonly
BoundingStateWithPostponedAndTask
<T>? _boundingState;