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