6 references to GetArguments
dotnet-svcutil.xmlserializer (6)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
104values = GetArguments(key);
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (5)
257_parent._inputParameters = new List<string>(_arguments.GetArguments(String.Empty)); 262IList<string> namespaceMappingsArgs = _arguments.GetArguments(Options.Cmd.Namespace); 291IList<string> referencedAssembliesArgs = _arguments.GetArguments(Options.Cmd.Reference); 292IList<string> excludeTypesArgs = _arguments.GetArguments(Options.Cmd.ExcludeType); 293IList<string> referencedCollectionTypesArgs = _arguments.GetArguments(Options.Cmd.CollectionType);