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)
4906
if (
_propertyDescriptorCollectionCache
== null)
4923
return
_propertyDescriptorCollectionCache
;