3 writes to _dbSchemaTable
System.Data.OleDb (3)
OleDbDataReader.cs (3)
447_dbSchemaTable = schemaTable; 459_dbSchemaTable = null; 764_dbSchemaTable = null;
5 references to _dbSchemaTable
System.Data.OleDb (5)
OleDbDataReader.cs (5)
177&& (null == _dbSchemaTable) && (null == _connection) && (null == _command)), 259DataTable? schemaTable = _dbSchemaTable; 321Debug.Assert(null == _dbSchemaTable, "BuildSchemaTable: schema table already exists"); 453Debug.Assert(null == _dbSchemaTable, "non-null SchemaTable"); 602Debug.Assert(null == _dbSchemaTable, "BuildSchemaTableRowset - non-null SchemaTable");