10 references to IsBounded
System.Threading.Tasks.Dataflow (10)
Blocks\ActionBlock.cs (1)
150
if (_defaultTarget.
IsBounded
) _defaultTarget.ChangeBoundingCount(-1);
Blocks\TransformBlock.cs (1)
276
bool isBounded = _target.
IsBounded
;
Blocks\TransformManyBlock.cs (5)
333
else if (_target.
IsBounded
)
355
bool isBounded = target.
IsBounded
;
440
if (_target.
IsBounded
) UpdateBoundingCountWithOutputCount(count: ((ICollection<TOutput>)outputItems).Count);
473
if (_target.
IsBounded
)
538
Debug.Assert(_target.
IsBounded
, "Expected to be in bounding mode.");
Blocks\TransformManyBlock.IAsyncEnumerable.cs (3)
105
else if (_target.
IsBounded
)
127
bool isBounded = target.
IsBounded
;
209
if (_target.
IsBounded
)