1 instantiation of ArgumentDictionary
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
161arguments = new ArgumentDictionary(cmd.Length);
6 references to ArgumentDictionary
dotnet-svcutil.xmlserializer (6)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (2)
152internal static ArgumentDictionary ParseCommand(string[] cmd, CommandSwitch[] switches) 154ArgumentDictionary arguments; //switches/values from cmd line
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (4)
53private Options(ArgumentDictionary arguments) 61ArgumentDictionary arguments; 131private ArgumentDictionary _arguments; 136internal OptionProcessingHelper(Options options, ArgumentDictionary arguments)