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