3 references to LoadIntoBufferAsync
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\HttpResponseBodyReaderTest.cs (1)
306
await httpResponse.Content.
LoadIntoBufferAsync
();
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
554
return WaitAndReturnAsync(
LoadIntoBufferAsync
(), this, static s => (Stream)s.CreateMemoryStreamFromBufferedContent());
788
/// the execution path we control. In practice this means <see cref="
LoadIntoBufferAsync
()"/> must call <see cref="ReturnAllPooledBuffers"/>