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