3 references to LoadIntoBufferAsync
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\HttpResponseBodyReaderTest.cs (1)
306await httpResponse.Content.LoadIntoBufferAsync();
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
554return 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"/>