3 references to CollectionType
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (2)
293IList<string> referencedCollectionTypesArgs = _arguments.GetArguments(Options.Cmd.CollectionType); 339Dictionary<string, Type> foundCollectionTypes = AddSpecifiedTypesToDictionary(collectionTypesArgs, Options.Cmd.CollectionType);
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
231helpCategory.Options[3] = ArgumentInfo.CreateParameterHelpInfo(Options.Cmd.CollectionType, SR.Format(SR.ParametersCollectionType));