5 instantiations of HttpSourceResult
NuGet.Protocol (5)
HttpSource\HttpSource.cs (5)
99var httpSourceResult = new HttpSourceResult( 145var httpSourceResult = new HttpSourceResult(HttpSourceResultStatus.NotFound); 153var httpSourceResult = new HttpSourceResult(HttpSourceResultStatus.NoContent); 168using (var httpSourceResult = new HttpSourceResult( 188using (var httpSourceResult = new HttpSourceResult(
8 references to HttpSourceResult
NuGet.Protocol (8)
HttpSource\HttpSource.cs (6)
69Func<HttpSourceResult, Task<T>> processAsync, 99var httpSourceResult = new HttpSourceResult( 145var httpSourceResult = new HttpSourceResult(HttpSourceResultStatus.NotFound); 153var httpSourceResult = new HttpSourceResult(HttpSourceResultStatus.NoContent); 168using (var httpSourceResult = new HttpSourceResult( 188using (var httpSourceResult = new HttpSourceResult(
Resources\PackageMetadataResourceV3.cs (1)
196Func<HttpSourceResult, Task<RegistrationIndex>> processAsync,
Utility\FindPackagesByIdNupkgDownloader.cs (1)
254Func<HttpSourceResult?, Task<T>> processAsync,