2 writes to propertyDescriptorCollectionCache
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
4384propertyDescriptorCollectionCache = null; 4406propertyDescriptorCollectionCache = new PropertyDescriptorCollection(props);
2 references to propertyDescriptorCollectionCache
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
4395if (propertyDescriptorCollectionCache == null) { 4408return propertyDescriptorCollectionCache;