1 write to _batchedJoinBlockTarget
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
644
_batchedJoinBlockTarget
= batchedJoinBlockTarget;
3 references to _batchedJoinBlockTarget
System.Threading.Tasks.Dataflow (3)
Blocks\BatchedJoinBlock.cs (3)
648
public IEnumerable<T> InputQueue { get { return
_batchedJoinBlockTarget
._messages; } }
654
return
_batchedJoinBlockTarget
._decliningPermanently ||
655
_batchedJoinBlockTarget
._sharedResources._decliningPermanently;