3 references to LoadIntoBufferAsync
System.Net.Http (3)
System\Net\Http\HttpClient.cs (1)
535await response.Content.LoadIntoBufferAsync(_maxResponseContentBufferSize, cts.Token).ConfigureAwait(false);
System\Net\Http\HttpContent.cs (2)
438LoadIntoBufferAsync(maxBufferSize, CancellationToken.None); 452LoadIntoBufferAsync(MaxBufferSize, cancellationToken);