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)
78
if (
_accountInfo
== null)
84
return
_accountInfo
;
403
_accountInfo
.LoadValueIntoProperty(propertyName, value);
450
if (
_accountInfo
== null)
453
return
_accountInfo
.GetChangeStatusForProperty(propertyName);
491
if (
_accountInfo
== null)
498
return
_accountInfo
.GetValueForProperty(propertyName);
527
_accountInfo
?.ResetAllChangeStatus();