1 write to _target3
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
308targets[2] = _target3 = new JoinBlockTarget<T3>(_sharedResources);
6 references to _target3
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 }, 363Debug.Assert(_target3 != null, "_target3 not initialized"); 367_target3.CompleteCore(exception: null, dropPendingMessages: false, releaseReservedMessages: false); 396public ITargetBlock<T3> Target3 { get { return _target3; } } 470public ITargetBlock<T3> Target3 { get { return _joinBlock._target3; } }