2 instantiations of AccountInfo
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
81_accountInfo = new AccountInfo(this); 401_accountInfo ??= new AccountInfo(this);
2 references to AccountInfo
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
69private AccountInfo _accountInfo; 71private AccountInfo AccountInfo