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