4 writes to _descriptionChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Principal.cs (4)
70
return HandleGet<string>(ref _description, PropertyNames.PrincipalDescription, ref
_descriptionChanged
);
78
HandleSet<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)
1153
PropertyNames.PrincipalDescription =>
_descriptionChanged
,
1231
_descriptionChanged = (
_descriptionChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;