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