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;
2024
dataReader.
_fieldNameLookup
= lookup;
4 references to _fieldNameLookup
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
963
if (null ==
_fieldNameLookup
) {
969
return
_fieldNameLookup
.GetOrdinal(name); // MDAC 71470
2005
int index =
_fieldNameLookup
.IndexOfName(name);
2022
Debug.Assert(null == dataReader.
_fieldNameLookup
, "lookup already exists");