2 references to ErrNoUpdateParamsFileFoundFormat
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
515
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.
ErrNoUpdateParamsFileFoundFormat
, this.Project.FullPath));
545
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.
ErrNoUpdateParamsFileFoundFormat
, this.Project.FullPath));