1 write to _target2
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
307
targets[1] =
_target2
= new JoinBlockTarget<T2>(_sharedResources);
6 references to _target2
System.Threading.Tasks.Dataflow (6)
Blocks\JoinBlock.cs (6)
299
() => _source.AddMessage(Tuple.Create(_target1!.GetOneMessage(),
_target2
!.GetOneMessage(), _target3!.GetOneMessage())),
312
new[] { _target1.CompletionTaskInternal,
_target2
.CompletionTaskInternal, _target3.CompletionTaskInternal },
362
Debug.Assert(
_target2
!= null, "_target2 not initialized");
366
_target2
.CompleteCore(exception: null, dropPendingMessages: false, releaseReservedMessages: false);
393
public ITargetBlock<T2> Target2 { get { return
_target2
; } }
468
public ITargetBlock<T2> Target2 { get { return _joinBlock.
_target2
; } }