1 write to _joinBlockTarget
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
978
_joinBlockTarget
= joinBlockTarget;
3 references to _joinBlockTarget
System.Threading.Tasks.Dataflow (3)
Blocks\JoinBlock.cs (3)
982
public IEnumerable<T>? InputQueue { get { return
_joinBlockTarget
._messages; } }
984
public bool IsDecliningPermanently { get { return
_joinBlockTarget
._decliningPermanently ||
_joinBlockTarget
._sharedResources._decliningPermanently; } }