2 references to GetBytesAsync
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlSequentialStream.cs (1)
191getBytesTask = reader.GetBytesAsync(_columnIndex, buffer, offset, count, _readTimeout, combinedTokenSource.Token, out bytesRead);
fx\src\data\System\Data\SqlClient\SqlSequentialTextReader.cs (1)
178Task<int> getBytesTask = reader.GetBytesAsync(_columnIndex, byteBuffer, byteBufferUsed, byteBuffer.Length - byteBufferUsed, Timeout.Infinite, _disposalTokenSource.Token, out bytesRead);