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