1 write to _batchedJoinBlock
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
231
_batchedJoinBlock
= batchedJoinBlock;
6 references to _batchedJoinBlock
System.Threading.Tasks.Dataflow (6)
Blocks\BatchedJoinBlock.cs (6)
238
public long BatchesCreated { get { return
_batchedJoinBlock
._sharedResources._batchesCreated; } }
240
public int RemainingItemsForBatch { get { return
_batchedJoinBlock
._sharedResources._remainingItemsInBatch; } }
243
public int BatchSize { get { return
_batchedJoinBlock
._batchSize; } }
245
public ITargetBlock<T1> Target1 { get { return
_batchedJoinBlock
._target1; } }
247
public ITargetBlock<T2> Target2 { get { return
_batchedJoinBlock
._target2; } }
257
public int Id { get { return Common.GetBlockId(
_batchedJoinBlock
); } }