15 instantiations of HttpSourceCachedRequest
NuGet.Protocol (15)
DependencyInfo\RegistrationUtility.cs (4)
49new HttpSourceCachedRequest( 84new HttpSourceCachedRequest( 130new HttpSourceCachedRequest( 161new HttpSourceCachedRequest(
LegacyFeed\V2FeedParser.cs (1)
533new HttpSourceCachedRequest(
Providers\RepositorySignatureResourceProvider.cs (2)
80new HttpSourceCachedRequest( 105new HttpSourceCachedRequest(
Providers\ServiceIndexResourceV3Provider.cs (1)
139new HttpSourceCachedRequest(
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
507new HttpSourceCachedRequest(
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
483new HttpSourceCachedRequest(
Resources\PackageMetadataResourceV3.cs (2)
239new HttpSourceCachedRequest( 277new HttpSourceCachedRequest(
Resources\VulnerabilityInfoResourceV3.cs (2)
43var request = new HttpSourceCachedRequest(vulnerabilityIndexUrl.OriginalString, "vuln_index", httpSourceCacheContext); 98var request = new HttpSourceCachedRequest(vulnerabilityPage.Url.OriginalString, "vuln_data_" + vulnerabilityPage.Name, httpSourceCacheContext);
Utility\FindPackagesByIdNupkgDownloader.cs (1)
270new HttpSourceCachedRequest(
3 references to HttpSourceCachedRequest
NuGet.Protocol (3)
HttpSource\HttpSource.cs (1)
68HttpSourceCachedRequest request,
Resources\VulnerabilityInfoResourceV3.cs (2)
43var request = new HttpSourceCachedRequest(vulnerabilityIndexUrl.OriginalString, "vuln_index", httpSourceCacheContext); 98var request = new HttpSourceCachedRequest(vulnerabilityPage.Url.OriginalString, "vuln_data_" + vulnerabilityPage.Name, httpSourceCacheContext);