1 write to Verbosity
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
265
this.
Verbosity
= Svcutil.Verbosity.Normal;
7 references to Verbosity
dotnet-svcutil-lib (7)
CommandProcessorOptions.cs (6)
47
public bool KeepBootstrapDir { get { return this.
Verbosity
== Svcutil.Verbosity.Debug || DebugUtils.KeepTemporaryDirs; } }
263
if (!this.
Verbosity
.HasValue)
282
debugLooger.EnableTracing = this.EnableLoggingMarkup == true || this.
Verbosity
== Svcutil.Verbosity.Debug;
321
Debug.Assert(this.
Verbosity
.HasValue, $"{nameof(
Verbosity
)} is not initialized!");
861
foreach (Type type in TypeLoader.LoadTypes(assembly, this.
Verbosity
.Value))
ToolConsole.cs (1)
33
Verbosity = options.
Verbosity
.Value;