3 writes to _remainingItemsInBatch
System.Threading.Tasks.Dataflow (3)
Blocks\BatchedJoinBlock.cs (3)
595
if (--_sharedResources.
_remainingItemsInBatch
== 0) _sharedResources._batchSizeReachedAction();
695
_remainingItemsInBatch
= batchSize;
720
else
_remainingItemsInBatch
= _batchSize;
2 references to _remainingItemsInBatch
System.Threading.Tasks.Dataflow (2)
Blocks\BatchedJoinBlock.cs (2)
240
public int RemainingItemsForBatch { get { return _batchedJoinBlock._sharedResources.
_remainingItemsInBatch
; } }
498
public int RemainingItemsForBatch { get { return _batchedJoinBlock._sharedResources.
_remainingItemsInBatch
; } }