2 writes to _accountLockoutTimeLoaded
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
29
return _owningPrincipal.HandleGet<Nullable<DateTime>>(ref _accountLockoutTime, PropertyNames.AcctInfoAcctLockoutTime, ref
_accountLockoutTimeLoaded
);
302
_accountLockoutTimeLoaded
= LoadState.Loaded;