3 writes to _remainingItemsInBatch
System.Threading.Tasks.Dataflow (3)
Blocks\BatchedJoinBlock.cs (3)
589
if (--_sharedResources.
_remainingItemsInBatch
== 0) _sharedResources._batchSizeReachedAction();
686
_remainingItemsInBatch
= batchSize;
711
else
_remainingItemsInBatch
= _batchSize;
2 references to _remainingItemsInBatch
System.Threading.Tasks.Dataflow (2)
Blocks\BatchedJoinBlock.cs (2)
237
public int RemainingItemsForBatch { get { return _batchedJoinBlock._sharedResources.
_remainingItemsInBatch
; } }
492
public int RemainingItemsForBatch { get { return _batchedJoinBlock._sharedResources.
_remainingItemsInBatch
; } }