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