1 write to _domainName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreKey.cs (1)
43
_domainName
= domainName;
3 references to _domainName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreKey.cs (3)
71
if ((string.Equals(
_domainName
, that.
_domainName
, StringComparison.OrdinalIgnoreCase)) &&
83
(
_domainName
.GetHashCode() ^ _sid.GetHashCode());