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