2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Internal\SourceCore.cs (2)
512
_decliningPermanently
= true;
778
_decliningPermanently
= true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Internal\SourceCore.cs (5)
392
if (
_decliningPermanently
) return;
417
if (
_decliningPermanently
) return;
885
(HasExceptions &&
_decliningPermanently
);
897
if (
_decliningPermanently
&& // declining permanently, so no more messages will arrive
913
_decliningPermanently
&& _taskForOutputProcessing == null && _nextMessageReservedFor == null,