1 write to _httpSource
NuGet.Protocol (1)
LegacyFeed\PackageSearchResourceV2Feed.cs (1)
33
_httpSource
= httpSourceResource.HttpSource;
1 reference to _httpSource
NuGet.Protocol (1)
LegacyFeed\PackageSearchResourceV2Feed.cs (1)
35
_feedParser = new V2FeedParser(
_httpSource
, baseAddress, packageSource.Source);