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