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