3 writes to IsClusterRemoteNode
WsatConfig (3)
CommandLine\ArgumentsParser.cs (2)
416config.IsClusterRemoteNode = true; 421config.IsClusterRemoteNode = false;
Configuration\WsatConfiguration.cs (1)
110dest.IsClusterRemoteNode = src.IsClusterRemoteNode;
3 references to IsClusterRemoteNode
WsatConfig (3)
Configuration\WsatConfiguration.cs (3)
110dest.IsClusterRemoteNode = src.IsClusterRemoteNode; 246if (!IsClusterRemoteNode) 488else if (IsClusterRemoteNode)