2 writes to _current
System.Data.Common (2)
System\Data\Common\DbEnumerator.cs (2)
61
_current
= null;
68
_current
= new DataRecordInternal(_schemaInfo, values, _descriptors, _fieldNameLookup!);
1 reference to _current
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
51
public object Current =>
_current
!;