1 override of IsDecliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
532internal override bool IsDecliningPermanently
4 references to IsDecliningPermanently
System.Threading.Tasks.Dataflow (4)
Blocks\JoinBlock.cs (4)
739if (!target.IsDecliningPermanently) 1108(_decliningPermanently || target.IsDecliningPermanently || !target.HasAtLeastOnePostponedMessage)) 1130bool targetCanConsumePostponedMessages = !_decliningPermanently && !target.IsDecliningPermanently && target.HasAtLeastOnePostponedMessage; 1309if (target.IsDecliningPermanently && !target.HasAtLeastOneMessageAvailable)