6 references to FillAsync
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (2)
531: _connection.FillAsync(async: false); 541: _connection.FillAsync(async: true);
System\Net\Http\SocketsHttpHandler\ContentLengthReadStream.cs (1)
231await _connection.FillAsync(async: true).ConfigureAwait(false);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
1665: FillAsync(async); 1681await FillAsync(async).ConfigureAwait(false); 1951await FillAsync(async).ConfigureAwait(false);