1 type derived from BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
672
internal sealed class BoundingStateWithPostponedAndTask<TInput> :
BoundingStateWithPostponed
<TInput>
1 instantiation of BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\TargetCore.cs (1)
130
_boundingState = new
BoundingStateWithPostponed
<TInput>(_dataflowBlockOptions.BoundedCapacity);
1 reference to BoundingStateWithPostponed
System.Threading.Tasks.Dataflow (1)
Internal\TargetCore.cs (1)
74
private readonly
BoundingStateWithPostponed
<TInput>? _boundingState;