1 write to _descriptors
System.Data (1)
fx\src\data\System\Data\Common\dbenumerator.cs (1)
105
_descriptors
= new PropertyDescriptorCollection(props);
2 references to _descriptors
System.Data (2)
fx\src\data\System\Data\Common\dbenumerator.cs (2)
63
Debug.Assert(null != _schemaInfo && null !=
_descriptors
, "unable to build schema information!");
70
_current = new DataRecordInternal(_schemaInfo, values,
_descriptors
, _fieldNameLookup); // this.NewRecord()