4 references to IsClusterServer
WsatUI (4)
Configuration\MsdtcWrapper.cs (2)
36if (MsdtcClusterUtils.IsClusterServer(machineName)) 122if (Utilities.GetOSMajor(machineName) > 5 && MsdtcClusterUtils.IsClusterServer(machineName))
Configuration\WsatConfiguration.cs (1)
81if (MsdtcClusterUtils.IsClusterServer(MachineName))
MMCUI\WSATPropertySheet.cs (1)
91if (!Utilities.IsLocalMachineName(machineName) && MsdtcClusterUtils.IsClusterServer(machineName))