1 write to _joinBlock
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
442_joinBlock = joinBlock;
7 references to _joinBlock
System.Threading.Tasks.Dataflow (7)
Blocks\JoinBlock.cs (7)
449public long JoinsCreated { get { return _joinBlock._sharedResources._joinsCreated; } } 452public Task? TaskForInputProcessing { get { return _joinBlock._sharedResources._taskForInputProcessing; } } 459public bool IsDecliningPermanently { get { return _joinBlock._sharedResources._decliningPermanently; } } 463public int Id { get { return Common.GetBlockId(_joinBlock); } } 466public ITargetBlock<T1> Target1 { get { return _joinBlock._target1; } } 468public ITargetBlock<T2> Target2 { get { return _joinBlock._target2; } } 470public ITargetBlock<T3> Target3 { get { return _joinBlock._target3; } }