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