5 references to SwitchType
svcutil (5)
CommandLineParser.cs (5)
22readonly SwitchType switchType; 24internal CommandSwitch(string name, string abbreviation, SwitchType switchType) 52internal SwitchType SwitchType 208if (argSwitch.SwitchType == SwitchType.Flag) 221if (argSwitch.SwitchType != SwitchType.ValueList && arguments.ContainsArgument(argSwitch.Name))