4 references to None
System.DirectoryServices (4)
System\DirectoryServices\PropertyValueCollection.cs (4)
22
private UpdateType _updateType = UpdateType.
None
;
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)