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