1 instantiation of ArgumentDictionary
ComSvcConfig (1)
parent\svcutil\CommandLineParser.cs (1)
163arguments = new ArgumentDictionary(cmd.Length);
4 references to ArgumentDictionary
ComSvcConfig (4)
Options.cs (2)
198Options(Mode mode, ArgumentDictionary arguments) 283ArgumentDictionary arguments = CommandParser.ParseCommand(args, switches);
parent\svcutil\CommandLineParser.cs (2)
154internal static ArgumentDictionary ParseCommand(string[] cmd, CommandSwitch[] switches) 156ArgumentDictionary arguments; //switches/values from cmd line