2 references to DrainBufferAsync
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
XmlSerializerOutputFormatter.cs (1)
254await fileBufferingWriteStream.DrainBufferAsync(response.BodyWriter);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonOutputFormatter.cs (1)
181await fileBufferingWriteStream.DrainBufferAsync(response.BodyWriter);