1 write to EnableTracing
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
282debugLooger.EnableTracing = this.EnableLoggingMarkup == true || this.Verbosity == Svcutil.Verbosity.Debug;
2 references to EnableTracing
dotnet-svcutil-lib (2)
DebugLogger.cs (2)
16if (this.EnableTracing || logToUI) 40if (this.EnableTracing || logToUI)