4 writes to _fieldNameLookup
System.Data.OleDb (4)
OleDbDataReader.cs (4)
767
_fieldNameLookup
= null;
1069
_fieldNameLookup
= new FieldNameLookup(this, -1);
1306
_fieldNameLookup
= null;
2250
dataReader.
_fieldNameLookup
= lookup;
4 references to _fieldNameLookup
System.Data.OleDb (4)
OleDbDataReader.cs (4)
1063
if (null ==
_fieldNameLookup
)
1071
return
_fieldNameLookup
.GetOrdinal(name);
2228
int index =
_fieldNameLookup
!.IndexOfName(name);
2248
Debug.Assert(null == dataReader.
_fieldNameLookup
, "lookup already exists");