11 references to DrainAsync
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Logging\AcceptanceTests.cs (5)
67await context.Request.Body.DrainAsync(CancellationToken.None); 85await context.Request.Body.DrainAsync(CancellationToken.None); 95await context.Request.Body.DrainAsync(CancellationToken.None); 105await context.Request.Body.DrainAsync(default); 131await context.Request.Body.DrainAsync(default).ConfigureAwait(false);
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
259await section.Body.DrainAsync(cancellationToken);
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
XmlDataContractSerializerInputFormatter.cs (2)
115await readStream.DrainAsync(CancellationToken.None); 134await readStream.DrainAsync(CancellationToken.None);
XmlSerializerInputFormatter.cs (2)
99await readStream.DrainAsync(CancellationToken.None); 118await readStream.DrainAsync(CancellationToken.None);
Microsoft.AspNetCore.WebUtilities (1)
MultipartReader.cs (1)
91await _currentStream.DrainAsync(cancellationToken);