3 references to All
dotnet-svcutil-lib (3)
CommandLineParser.cs (1)
66return CommandSwitch.All.FirstOrDefault(s => s.Equals(name));
CommandProcessorOptions.cs (2)
151var disallowedSwitchesOnParamsFilesProvided = CommandSwitch.All 291var disallowedContextSwitches = CommandSwitch.All.Where(s => s != Switches.ToolContext && s.SwitchLevel > this.ToolContext && userOptions.Any(o => o.HasSameId(s.Name)));