1 override of IsDecliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
544internal override bool IsDecliningPermanently
4 references to IsDecliningPermanently
System.Threading.Tasks.Dataflow (4)
Blocks\JoinBlock.cs (4)
751if (!target.IsDecliningPermanently) 1123(_decliningPermanently || target.IsDecliningPermanently || !target.HasAtLeastOnePostponedMessage)) 1145bool targetCanConsumePostponedMessages = !_decliningPermanently && !target.IsDecliningPermanently && target.HasAtLeastOnePostponedMessage; 1324if (target.IsDecliningPermanently && !target.HasAtLeastOneMessageAvailable)