4 writes to _expirationDateChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
108return _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)
387return _expirationDateChanged == LoadState.Changed; 457_expirationDateChanged = (_expirationDateChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;