2 writes to _propertyDescriptorCollectionCache
System.Data.Common (2)
System\Data\DataTable.cs (2)
4894_propertyDescriptorCollectionCache = null; 4921_propertyDescriptorCollectionCache = new PropertyDescriptorCollection(props);
2 references to _propertyDescriptorCollectionCache
System.Data.Common (2)
System\Data\DataTable.cs (2)
4906if (_propertyDescriptorCollectionCache == null) 4923return _propertyDescriptorCollectionCache;