5 references to Update
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (3)
299
s_cmdLineOverwriteSwitches.Add(Switches.
Update
.Name);
476
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrProjectToUpdateNotFoundFormat, Switches.
Update
.Name, Switches.ProjectFile.Name));
515
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrMoreThanOneUpdateParamsFilesFoundFormat, this.Project.FullPath, Switches.
Update
.Name, svcRefNames));
HelpGenerator.cs (2)
69
ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.
Update
.Name, SR.ParametersWebServiceReferenceName, string.Format(SR.HelpUpdateWebServiceReferenceFormat, CommandProcessorOptions.Switches.
Update
.Abbreviation)),