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