1 write to ToolModeLevel
dotnet-svcutil-lib (1)
ToolConsole.cs (1)
35
ToolModeLevel
= options.ToolContext.Value;
4 references to ToolModeLevel
dotnet-svcutil-lib (4)
Bootstrapper\SvcutilBootstrapper.cs (1)
78
ToolConsole.WriteLineIf(ToolConsole.
ToolModeLevel
!= OperationalContext.Infrastructure, Resource.BootstrappingApplicationMsg);
ToolConsole.cs (3)
50
if (ToolConsole.Verbosity > Verbosity.Minimal && ToolConsole.
ToolModeLevel
!= OperationalContext.Infrastructure)
201
if (condition && ToolConsole.Verbosity > Verbosity.Minimal && ToolConsole.
ToolModeLevel
!= OperationalContext.Infrastructure)
214
if (ToolConsole.Verbosity > Verbosity.Silent && ToolConsole.
ToolModeLevel
!= OperationalContext.Infrastructure)