3 writes to _rangeUpper
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
900
_rangeUpper
= null;
904
_rangeUpper
= (int)value;
934
_rangeUpper
= value;
3 references to _rangeUpper
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
364
if (
_rangeUpper
!= null)
366
_propertyEntry.Properties[PropertyManager.RangeUpper].Value = (int)
_rangeUpper
.Value;
909
return
_rangeUpper
;