5 instantiations of BatchedJoinBlockTarget
System.Threading.Tasks.Dataflow (5)
Blocks\BatchedJoinBlock.cs (5)
92_target1 = new BatchedJoinBlockTarget<T1>(_sharedResources); 93_target2 = new BatchedJoinBlockTarget<T2>(_sharedResources); 340_target1 = new BatchedJoinBlockTarget<T1>(_sharedResources); 341_target2 = new BatchedJoinBlockTarget<T2>(_sharedResources); 342_target3 = new BatchedJoinBlockTarget<T3>(_sharedResources);
8 references to BatchedJoinBlockTarget
System.Threading.Tasks.Dataflow (8)
Blocks\BatchedJoinBlock.cs (8)
36private readonly BatchedJoinBlockTarget<T1> _target1; 38private readonly BatchedJoinBlockTarget<T2> _target2; 279private readonly BatchedJoinBlockTarget<T1> _target1; 281private readonly BatchedJoinBlockTarget<T2> _target2; 283private readonly BatchedJoinBlockTarget<T3> _target3; 526[DebuggerTypeProxy(typeof(BatchedJoinBlockTarget<>.DebugView))] 637private readonly BatchedJoinBlockTarget<T> _batchedJoinBlockTarget; 641public DebugView(BatchedJoinBlockTarget<T> batchedJoinBlockTarget)