3 references to EnableLoggingMarkup
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (1)
283debugLooger.EnableTracing = this.EnableLoggingMarkup == true || this.Verbosity == Svcutil.Verbosity.Debug;
Tool.cs (1)
425if (options.EnableLoggingMarkup == true)
ToolConsole.cs (1)
34IsMarkupEnabled = options.EnableLoggingMarkup == true;