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)
114Debug.Assert(_decliningPermanently, "We may get here only after we have started to decline permanently."); 234if (_decliningPermanently && !storeExceptionEvenIfAlreadyCompleting) return; 357if (_decliningPermanently) return DataflowMessageStatus.DecliningPermanently;