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