9 references to Disable
WsatConfig (9)
CommandLine\ArgumentsParser.cs (5)
157else if (Utilities.SafeCompare(value, CommandLineOption.Disable)) 263else if (Utilities.SafeCompare(value, CommandLineOption.Disable)) 286else if (Utilities.SafeCompare(value, CommandLineOption.Disable)) 309else if (Utilities.SafeCompare(value, CommandLineOption.Disable)) 419else if (Utilities.SafeCompare(value, CommandLineOption.Disable))
Configuration\WsatConfiguration.cs (4)
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);