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