4 writes to _fieldNameLookup
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
717_fieldNameLookup = null; 967_fieldNameLookup = new FieldNameLookup(this, -1); 1183_fieldNameLookup = null; 2024dataReader._fieldNameLookup = lookup;
4 references to _fieldNameLookup
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
963if (null == _fieldNameLookup) { 969return _fieldNameLookup.GetOrdinal(name); // MDAC 71470 2005int index = _fieldNameLookup.IndexOfName(name); 2022Debug.Assert(null == dataReader._fieldNameLookup, "lookup already exists");