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)
224if (_needNewBehavior && !_allowMultipleChange && _updateType != UpdateType.None && _updateType != UpdateType.Update) 249if (_updateType != UpdateType.None && _updateType != UpdateType.Add) 282if (_updateType != UpdateType.None && _updateType != UpdateType.Delete)