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)
69
private
AccountInfo
_accountInfo;
71
private
AccountInfo
AccountInfo