1 write to _joinBlock
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
212
_joinBlock
= joinBlock;
6 references to _joinBlock
System.Threading.Tasks.Dataflow (6)
Blocks\JoinBlock.cs (6)
219
public long JoinsCreated { get { return
_joinBlock
._sharedResources._joinsCreated; } }
222
public Task? TaskForInputProcessing { get { return
_joinBlock
._sharedResources._taskForInputProcessing; } }
229
public bool IsDecliningPermanently { get { return
_joinBlock
._sharedResources._decliningPermanently; } }
233
public int Id { get { return Common.GetBlockId(
_joinBlock
); } }
236
public ITargetBlock<T1> Target1 { get { return
_joinBlock
._target1; } }
238
public ITargetBlock<T2> Target2 { get { return
_joinBlock
._target2; } }