1 write to _descriptors
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
108_descriptors = new PropertyDescriptorCollection(props);
2 references to _descriptors
System.Data.Common (2)
System\Data\Common\DbEnumerator.cs (2)
60Debug.Assert(null != _schemaInfo && null != _descriptors, "unable to build schema information!"); 68_current = new DataRecordInternal(_schemaInfo, values, _descriptors, _fieldNameLookup!);