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