6 references to NonSeqByteAccess
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
1102throw ADP.NonSeqByteAccess(
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
782throw ADP.NonSeqByteAccess(dataIndex, _sequentialBytesRead, method);
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
1604throw ADP.NonSeqByteAccess(dataIndex, _columnDataBytesRead, ADP.GetBytes); 2014throw ADP.NonSeqByteAccess(dataIndex, _columnDataCharsRead, ADP.GetChars); 2119throw ADP.NonSeqByteAccess(dataIndex, _columnDataCharsRead, ADP.GetChars);
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
503throw ADP.NonSeqByteAccess(dataIndex, _charsRemoved, ADP.GetChars);