4 references to UpdateBoundingCountWithOutputCount
System.Threading.Tasks.Dataflow (4)
Blocks\TransformManyBlock.cs (3)
372
UpdateBoundingCountWithOutputCount
(count: itemAsTrustedList.Count);
416
if (isBounded)
UpdateBoundingCountWithOutputCount
(count: itemCount);
440
if (_target.IsBounded)
UpdateBoundingCountWithOutputCount
(count: ((ICollection<TOutput>)outputItems).Count);
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
175
UpdateBoundingCountWithOutputCount
(count: itemCount);