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