6 writes to _propertyCollection
System.DirectoryServices (6)
System\DirectoryServices\DirectoryEntry.cs (6)
354
_propertyCollection
??= new PropertyCollection(this);
587
_propertyCollection
= null;
618
_propertyCollection
= null;
648
_propertyCollection
= null;
942
_propertyCollection
= null;
1024
_propertyCollection
= null;
3 references to _propertyCollection
System.DirectoryServices (3)
System\DirectoryServices\DirectoryEntry.cs (3)
973
if (
_propertyCollection
!= null)
980
_propertyCollection
.valueTable.Remove(name);
999
_propertyCollection
.valueTable.Remove(rangeName);