1 write to SwitchLevel
dotnet-svcutil-lib (1)
CommandLineParser.cs (1)
57this.SwitchLevel = switchLevel;
2 references to SwitchLevel
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
152.Where(s => !s_cmdLineOverwriteSwitches.Contains(s.Name) && s.SwitchLevel <= OperationalContext.Global && options.Any(o => 291var disallowedContextSwitches = CommandSwitch.All.Where(s => s != Switches.ToolContext && s.SwitchLevel > this.ToolContext && userOptions.Any(o => o.HasSameId(s.Name)));