7 references to IsClustered
WsatConfig (7)
CommandLine\ConsoleEntryPoint.cs (1)
111
if (newConfig.
IsClustered
)
Configuration\WsatConfiguration.cs (6)
284
if (
IsClustered
)
302
Debug.Assert(
IsClustered
);
348
get { return !
IsClustered
&& Utilities.IsLocalMachineName(this.MachineName); }
500
else if (
IsClustered
) // the orignating cluster node
529
System.Diagnostics.Debug.Assert(!(IsLocalMachine ||
IsClustered
));
799
if (
IsClustered
|| IsLocalMachine)