2 references to Debug
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
47
public bool KeepBootstrapDir { get { return this.Verbosity == Svcutil.Verbosity.
Debug
|| DebugUtils.KeepTemporaryDirs; } }
282
debugLooger.EnableTracing = this.EnableLoggingMarkup == true || this.Verbosity == Svcutil.Verbosity.
Debug
;