10 references to Enable
WsatConfig (10)
CommandLine\ArgumentsParser.cs (5)
151if (Utilities.SafeCompare(value, CommandLineOption.Enable)) 258if (Utilities.SafeCompare(value, CommandLineOption.Enable)) 281if (Utilities.SafeCompare(value, CommandLineOption.Enable)) 304if (Utilities.SafeCompare(value, CommandLineOption.Enable)) 414if (Utilities.SafeCompare(value, CommandLineOption.Enable))
Configuration\WsatConfiguration.cs (5)
548(this.TransactionBridgeEnabled ? CommandLineOption.Enable : CommandLineOption.Disable); 563traceActivityString = " -" + CommandLineOption.TraceActivity + ":" + (this.ActivityTracing ? CommandLineOption.Enable : CommandLineOption.Disable); 564tracePropString = " -" + CommandLineOption.TraceProp + ":" + (this.ActivityPropagation ? CommandLineOption.Enable : CommandLineOption.Disable); 565tracePiiString = " -" + CommandLineOption.TracePii + ":" + (this.TracePii ? CommandLineOption.Enable : CommandLineOption.Disable); 575arguments += " -" + CommandLineOption.ClusterRemoteNode + ":" + CommandLineOption.Enable;