3 references to Log_ErrorDownloading
NuGet.Protocol (3)
LegacyFeed\DownloadResourceV2Feed.cs (1)
107string message = string.Format(CultureInfo.CurrentCulture, Strings.Log_ErrorDownloading, identity, _feedParser.Source);
Utility\GetDownloadResultUtility.cs (2)
116var message = string.Format(CultureInfo.CurrentCulture, Strings.Log_ErrorDownloading, identity, uri) 123var message = string.Format(CultureInfo.CurrentCulture, Strings.Log_ErrorDownloading, identity, uri);