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