6 references to Error_HttpSource_Single
NuGet.Commands (6)
CommandRunners\DeleteRunner.cs (1)
37throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "delete", packageSource.Source));
CommandRunners\PushRunner.cs (1)
89throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "push", packageSource.Source));
ListCommand\ListCommandRunner.cs (1)
90Strings.Error_HttpSource_Single,
RestoreCommand\RestoreCommand.cs (1)
538string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "restore", source.Source)));
SourcesCommands\SourceRunners.cs (2)
290throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "update source", args.Source)); 384throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "enable source", packageSource.Source));