2 writes to _propsCollection
System.Data.Common (2)
System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
21
_propsCollection
= null;
127
_propsCollection
= new PropertyDescriptorCollection(props);
2 references to _propsCollection
System.Data.Common (2)
System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
114
if (
_propsCollection
== null)
129
return
_propsCollection
;