6 references to CollectionType
dotnet-svcutil-lib (6)
CommandProcessorOptions.cs (3)
792
var foundCollectionTypes = AddSpecifiedTypesToDictionary(this.CollectionTypes, Switches.
CollectionType
.Name);
871
if (IsTypeSpecified(type, foundCollectionTypes, Switches.
CollectionType
.Name))
967
throw new ToolArgumentException(string.Format(SR.ErrCannotLoadSpecifiedTypeFormat, Switches.
CollectionType
.Name, collectionType, Switches.Reference.Name));
HelpGenerator.cs (3)
60
ArgumentInfo.CreateFlagHelpInfo( CommandProcessorOptions.Switches.NoTypeReuse.Name, string.Format(SR.HelpNoTypeReuseFormat, CommandProcessorOptions.Switches.NoTypeReuse.Abbreviation, CommandProcessorOptions.Switches.Reference.Name, CommandProcessorOptions.Switches.
CollectionType
.Name)),
61
ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.
CollectionType
.Name, SR.ParametersCollectionType, string.Format(SR.HelpCollectionTypeFormat, CommandProcessorOptions.Switches.
CollectionType
.Abbreviation)),