3 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
86
_completionReserved =
_decliningPermanently
= true;
231
_decliningPermanently
= true;
361
_decliningPermanently
= true;
3 references to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
111
Debug.Assert(
_decliningPermanently
, "We may get here only after we have started to decline permanently.");
228
if (
_decliningPermanently
&& !storeExceptionEvenIfAlreadyCompleting) return;
345
if (
_decliningPermanently
) return DataflowMessageStatus.DecliningPermanently;