4 references to CompleteCore
System.Threading.Tasks.Dataflow (4)
Blocks\BufferBlock.cs (4)
147public void Complete() { CompleteCore(exception: null, storeExceptionEvenIfAlreadyCompleting: false); } 157CompleteCore(exception, storeExceptionEvenIfAlreadyCompleting: false); 277Task.Factory.StartNew(exc => CompleteCore(exception: (Exception)exc!, storeExceptionEvenIfAlreadyCompleting: true, revertProcessingState: true), 304CompleteCore(exc, storeExceptionEvenIfAlreadyCompleting: true);