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