1 write to _fieldNameLookup
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
107
_fieldNameLookup
= new FieldNameLookup(_reader, -1);
1 reference to _fieldNameLookup
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
68
_current = new DataRecordInternal(_schemaInfo, values, _descriptors,
_fieldNameLookup
!);