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)
437
public long JoinsCreated { get { return
_joinBlock
._sharedResources._joinsCreated; } }
440
public Task? TaskForInputProcessing { get { return
_joinBlock
._sharedResources._taskForInputProcessing; } }
447
public bool IsDecliningPermanently { get { return
_joinBlock
._sharedResources._decliningPermanently; } }
451
public int Id { get { return Common.GetBlockId(
_joinBlock
); } }
454
public ITargetBlock<T1> Target1 { get { return
_joinBlock
._target1; } }
456
public ITargetBlock<T2> Target2 { get { return
_joinBlock
._target2; } }
458
public ITargetBlock<T3> Target3 { get { return
_joinBlock
._target3; } }