4 references to Reference
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
967
throw new ToolArgumentException(string.Format(SR.ErrCannotLoadSpecifiedTypeFormat, Switches.CollectionType.Name, collectionType, Switches.
Reference
.Name));
HelpGenerator.cs (3)
59
ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.
Reference
.Name, SR.ParametersReference, string.Format(SR.HelpReferenceCodeGenerationFormat, CommandProcessorOptions.Switches.
Reference
.Abbreviation), true),
60
ArgumentInfo.CreateFlagHelpInfo( CommandProcessorOptions.Switches.NoTypeReuse.Name, string.Format(SR.HelpNoTypeReuseFormat, CommandProcessorOptions.Switches.NoTypeReuse.Abbreviation, CommandProcessorOptions.Switches.
Reference
.Name, CommandProcessorOptions.Switches.CollectionType.Name)),