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)
961
if (
_machineUserSuppliedName
== null)
965
if (
_machineUserSuppliedName
== null)
970
Debug.Assert(
_machineUserSuppliedName
!= null);
971
return
_machineUserSuppliedName
;
1038
GlobalDebug.WriteLineIf(GlobalDebug.Info, "SAMStoreCtx", "LoadComputerInfo: machineUserSuppliedName={0}",
_machineUserSuppliedName
);
1053
int err = Interop.Wkscli.NetWkstaGetInfo(
_machineUserSuppliedName
, 100, ref buffer);