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