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)
63Debug.Assert(null != _schemaInfo && null != _descriptors, "unable to build schema information!"); 70_current = new DataRecordInternal(_schemaInfo, values, _descriptors, _fieldNameLookup); // this.NewRecord()