2 writes to _propertyDescriptorCollectionCache
System.Data.Common (2)
System\Data\DataTable.cs (2)
4889_propertyDescriptorCollectionCache = null; 4916_propertyDescriptorCollectionCache = new PropertyDescriptorCollection(props);
2 references to _propertyDescriptorCollectionCache
System.Data.Common (2)
System\Data\DataTable.cs (2)
4901if (_propertyDescriptorCollectionCache == null) 4918return _propertyDescriptorCollectionCache;