1 instantiation of ThrottledResponse
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
368
return new
ThrottledResponse
(_throttle, response);
5 references to ThrottledResponse
NuGet.Protocol (5)
HttpSource\HttpSource.cs (5)
130
Func<Task<
ThrottledResponse
>> throttledResponseFactory = () => GetThrottledResponse(
141
using (
var
throttledResponse = await throttledResponseFactory())
292
Task<
ThrottledResponse
> throttledResponseFactory() => GetThrottledResponse(
303
using (
var
throttledResponse = await throttledResponseFactory())
326
private async Task<
ThrottledResponse
> GetThrottledResponse(