5 references to Update
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (3)
300
s_cmdLineOverwriteSwitches.Add(Switches.
Update
.Name);
477
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.ErrProjectToUpdateNotFoundFormat, Switches.
Update
.Name, Switches.ProjectFile.Name));
516
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)),