2 references to Error_UnavailableSource
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
303
var message = string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnavailableSource
, Source.Source);
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
169
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.
Error_UnavailableSource
, trustedSignersArgs.Name));