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)
982public IEnumerable<T>? InputQueue { get { return _joinBlockTarget._messages; } } 984public bool IsDecliningPermanently { get { return _joinBlockTarget._decliningPermanently || _joinBlockTarget._sharedResources._decliningPermanently; } }