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