1 write to _machineName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (1)
20
_machineName
= machineName;
3 references to _machineName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (3)
41
if (!string.Equals(
_machineName
, that.
_machineName
, StringComparison.OrdinalIgnoreCase))
49
return
_machineName
.GetHashCode() ^ _sid.GetHashCode();