3 writes to _propertyDescriptors
System.Data (3)
fx\src\data\System\Data\Common\DataRecordInternal.cs (3)
32_propertyDescriptors = descriptors; 40_propertyDescriptors = descriptors; 330_propertyDescriptors = new PropertyDescriptorCollection(null);
2 references to _propertyDescriptors
System.Data (2)
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
329if(_propertyDescriptors == null) { 332return _propertyDescriptors;