3 references to Normal
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (1)
265
this.Verbosity = Svcutil.Verbosity.
Normal
;
Shared\Options\SvcutilOptions.cs (1)
61
new SingleValueOption<Verbosity>(VerbosityKey) { DefaultValue = Svcutil.Verbosity.
Normal
},
TypeLoader.cs (1)
57
if (verbosity > Verbosity.
Normal
)