1 write to _proxyCache
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
42_proxyCache = proxyCache ?? throw new ArgumentNullException(nameof(proxyCache));
1 reference to _proxyCache
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
62var proxy = _proxyCache.GetProxy(sourceUri);