3 writes to _updateType
System.DirectoryServices (3)
System\DirectoryServices\PropertyValueCollection.cs (3)
229
_updateType
= UpdateType.Update;
260
_updateType
= UpdateType.Add;
292
_updateType
= UpdateType.Delete;
6 references to _updateType
System.DirectoryServices (6)
System\DirectoryServices\PropertyValueCollection.cs (6)
224
if (_needNewBehavior && !_allowMultipleChange &&
_updateType
!= UpdateType.None &&
_updateType
!= UpdateType.Update)
249
if (
_updateType
!= UpdateType.None &&
_updateType
!= UpdateType.Add)
282
if (
_updateType
!= UpdateType.None &&
_updateType
!= UpdateType.Delete)