1 write to _target1
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
306
targets[0] =
_target1
= new JoinBlockTarget<T1>(_sharedResources);
6 references to _target1
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 },
361
Debug.Assert(
_target1
!= null, "_target1 not initialized");
365
_target1
.CompleteCore(exception: null, dropPendingMessages: false, releaseReservedMessages: false);
390
public ITargetBlock<T1> Target1 { get { return
_target1
; } }
466
public ITargetBlock<T1> Target1 { get { return _joinBlock.
_target1
; } }