1 write to _joinBlock
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
430_joinBlock = joinBlock;
7 references to _joinBlock
System.Threading.Tasks.Dataflow (7)
Blocks\JoinBlock.cs (7)
437public long JoinsCreated { get { return _joinBlock._sharedResources._joinsCreated; } } 440public Task? TaskForInputProcessing { get { return _joinBlock._sharedResources._taskForInputProcessing; } } 447public bool IsDecliningPermanently { get { return _joinBlock._sharedResources._decliningPermanently; } } 451public int Id { get { return Common.GetBlockId(_joinBlock); } } 454public ITargetBlock<T1> Target1 { get { return _joinBlock._target1; } } 456public ITargetBlock<T2> Target2 { get { return _joinBlock._target2; } } 458public ITargetBlock<T3> Target3 { get { return _joinBlock._target3; } }