8 references to HttpV2
NuGet.Protocol (8)
LegacyFeed\AutoCompleteResourceV2FeedProvider.cs (1)
27if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\DependencyInfoResourceV2FeedProvider.cs (1)
24if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\DownloadResourceV2FeedProvider.cs (1)
24if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\MetadataResourceV2FeedProvider.cs (1)
24if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\PackageMetadataResourceV2FeedProvider.cs (1)
26if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\PackageSearchResourceV2FeedProvider.cs (1)
25if (await source.GetFeedType(token) == FeedType.HttpV2)
LegacyFeed\V2FeedListResourceProvider.cs (1)
28if (await source.GetFeedType(token) == FeedType.HttpV2)
Utility\FeedTypeUtility.cs (1)
36type = FeedType.HttpV2;