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