3 references to DrainBufferAsync
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
XmlDataContractSerializerOutputFormatter.cs (1)
277await fileBufferingWriteStream.DrainBufferAsync(response.Body);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponentResultExecutor.cs (1)
132await bufferingStream.DrainBufferAsync(response.Body);
Microsoft.AspNetCore.WebUtilities (1)
FileBufferingWriteStream.cs (1)
14/// A <see cref="Stream"/> that buffers content to be written to disk. Use <see cref="DrainBufferAsync(Stream, CancellationToken)" />