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); 343_target1 = new BatchedJoinBlockTarget<T1>(_sharedResources); 344_target2 = new BatchedJoinBlockTarget<T2>(_sharedResources); 345_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; 282private readonly BatchedJoinBlockTarget<T1> _target1; 284private readonly BatchedJoinBlockTarget<T2> _target2; 286private readonly BatchedJoinBlockTarget<T3> _target3; 532[DebuggerTypeProxy(typeof(BatchedJoinBlockTarget<>.DebugView))] 646private readonly BatchedJoinBlockTarget<T> _batchedJoinBlockTarget; 650public DebugView(BatchedJoinBlockTarget<T> batchedJoinBlockTarget)