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