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