2 writes to machineName
WsatUI (2)
MMCUI\WSATPropertySheet.cs (2)
86
if (!TryGetResourceValue(dataObject, "CCF_COM_OBJECTKEY", out
machineName
))
127
this.
machineName
= dtcHostName;
4 references to machineName
WsatUI (4)
MMCUI\WSATPropertySheet.cs (4)
91
if (!Utilities.IsLocalMachineName(
machineName
) && MsdtcClusterUtils.IsClusterServer(
machineName
))
364
return Utilities.SafeCompare(
machineName
, "My Computer") ? "localhost" :
machineName
;