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)
1663: FillAsync(async); 1679await FillAsync(async).ConfigureAwait(false); 1949await FillAsync(async).ConfigureAwait(false);