4 writes to _expirationDateChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
108
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _expirationDate, PropertyNames.AcctInfoExpirationDate, ref
_expirationDateChanged
);
116
_owningPrincipal.HandleSet<Nullable<DateTime>>(ref _expirationDate, value, ref
_expirationDateChanged
,
323
_expirationDateChanged
= LoadState.Loaded;
457
_expirationDateChanged
= (_expirationDateChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _expirationDateChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
387
return
_expirationDateChanged
== LoadState.Changed;
457
_expirationDateChanged = (
_expirationDateChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;