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)
62
var proxy =
_proxyCache
.GetProxy(sourceUri);