2 writes to _accountInfo
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
81_accountInfo = new AccountInfo(this); 401_accountInfo ??= new AccountInfo(this);
8 references to _accountInfo
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (8)
78if (_accountInfo == null) 84return _accountInfo; 403_accountInfo.LoadValueIntoProperty(propertyName, value); 450if (_accountInfo == null) 453return _accountInfo.GetChangeStatusForProperty(propertyName); 491if (_accountInfo == null) 498return _accountInfo.GetValueForProperty(propertyName); 527_accountInfo?.ResetAllChangeStatus();