6 references to CommandSwitch
svcutil (6)
CommandLineParser.cs (6)
75internal static CommandSwitch FindSwitch(string name, CommandSwitch[] switches) 77foreach (CommandSwitch cs in switches) 154internal static ArgumentDictionary ParseCommand(string[] cmd, CommandSwitch[] switches) 159CommandSwitch argSwitch; //switch corresponding to that argument 202argSwitch = CommandSwitch.FindSwitch(arg.ToLower(CultureInfo.InvariantCulture), switches);