2 references to readBytesOrCharsSequentialAccess
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (2)
1120int charsOrBytesRead = readBytesOrCharsSequentialAccess(i, null, isCharsBuffer, 0, dataIndex); 1153return readBytesOrCharsSequentialAccess(i, buffer, isCharsBuffer, bufferIndex, length);