3 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
89
_completionReserved =
_decliningPermanently
= true;
237
_decliningPermanently
= true;
373
_decliningPermanently
= true;
3 references to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\WriteOnceBlock.cs (3)
114
Debug.Assert(
_decliningPermanently
, "We may get here only after we have started to decline permanently.");
234
if (
_decliningPermanently
&& !storeExceptionEvenIfAlreadyCompleting) return;
357
if (
_decliningPermanently
) return DataflowMessageStatus.DecliningPermanently;