1 write to _machineUserSuppliedName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
1037_machineUserSuppliedName = (string)_ctxBase.Properties["Name"].Value;
6 references to _machineUserSuppliedName
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (6)
961if (_machineUserSuppliedName == null) 965if (_machineUserSuppliedName == null) 970Debug.Assert(_machineUserSuppliedName != null); 971return _machineUserSuppliedName; 1038GlobalDebug.WriteLineIf(GlobalDebug.Info, "SAMStoreCtx", "LoadComputerInfo: machineUserSuppliedName={0}", _machineUserSuppliedName); 1053int err = Interop.Wkscli.NetWkstaGetInfo(_machineUserSuppliedName, 100, ref buffer);