4 writes to _descriptionChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Principal.cs (4)
70return HandleGet<string>(ref _description, PropertyNames.PrincipalDescription, ref _descriptionChanged); 78HandleSet<string>(ref _description, value, ref _descriptionChanged, PropertyNames.PrincipalDescription); 1094_descriptionChanged = LoadState.Loaded; 1231_descriptionChanged = (_descriptionChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _descriptionChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
1153PropertyNames.PrincipalDescription => _descriptionChanged, 1231_descriptionChanged = (_descriptionChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;