3 references to SourcesCommandNoMatchingSourcesFound
NuGet.Commands (3)
SourcesCommands\SourceRunners.cs (3)
247
throw new CommandException(Strings.
SourcesCommandNoMatchingSourcesFound
, args.Name);
267
throw new CommandException(Strings.
SourcesCommandNoMatchingSourcesFound
, args.Name);
363
throw new CommandException(Strings.
SourcesCommandNoMatchingSourcesFound
, name);