1 write to _target1
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
297targets[0] = _target1 = new JoinBlockTarget<T1>(_sharedResources);
6 references to _target1
System.Threading.Tasks.Dataflow (6)
Blocks\JoinBlock.cs (6)
290() => _source.AddMessage(Tuple.Create(_target1!.GetOneMessage(), _target2!.GetOneMessage(), _target3!.GetOneMessage())), 303new[] { _target1.CompletionTaskInternal, _target2.CompletionTaskInternal, _target3.CompletionTaskInternal }, 352Debug.Assert(_target1 != null, "_target1 not initialized"); 356_target1.CompleteCore(exception: null, dropPendingMessages: false, releaseReservedMessages: false); 378public ITargetBlock<T1> Target1 { get { return _target1; } } 454public ITargetBlock<T1> Target1 { get { return _joinBlock._target1; } }