4 references to DefaultGalleryServerUrl
NuGet.Commands (1)
Utility\CommandRunnerUtility.cs (1)
66
var defaultConfigKey = NuGetConstants.
DefaultGalleryServerUrl
;
NuGet.Protocol (3)
Resources\PackageUpdateResource.cs (3)
393
if (string.IsNullOrEmpty(source) || source.Equals(NuGetConstants.
DefaultGalleryServerUrl
, StringComparison.OrdinalIgnoreCase))
395
return Strings.LiveFeed + " (" + NuGetConstants.
DefaultGalleryServerUrl
+ ")";
920
var serviceEndpointUrl = GetServiceEndpointUrl(NuGetConstants.
DefaultGalleryServerUrl
,