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