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)
449
public long JoinsCreated { get { return
_joinBlock
._sharedResources._joinsCreated; } }
452
public Task? TaskForInputProcessing { get { return
_joinBlock
._sharedResources._taskForInputProcessing; } }
459
public bool IsDecliningPermanently { get { return
_joinBlock
._sharedResources._decliningPermanently; } }
463
public int Id { get { return Common.GetBlockId(
_joinBlock
); } }
466
public ITargetBlock<T1> Target1 { get { return
_joinBlock
._target1; } }
468
public ITargetBlock<T2> Target2 { get { return
_joinBlock
._target2; } }
470
public ITargetBlock<T3> Target3 { get { return
_joinBlock
._target3; } }