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)
41if (!string.Equals(_machineName, that._machineName, StringComparison.OrdinalIgnoreCase)) 49return _machineName.GetHashCode() ^ _sid.GetHashCode();