1 instantiation of ProxyCache
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
34return new ProxyCache(
8 references to ProxyCache
NuGet.Configuration (4)
Proxy\ProxyCache.cs (4)
30private static readonly Lazy<ProxyCache> _instance = new Lazy<ProxyCache>(() => FromDefaultSettings()); 32private static ProxyCache FromDefaultSettings() 39public static ProxyCache Instance => _instance.Value;
NuGet.Protocol (4)
HttpSource\HttpHandlerResourceV3Provider.cs (2)
33: this(ProxyCache.Instance) 103messageHandler = new ProxyAuthenticationHandler(clientHandler, HttpHandlerResourceV3.CredentialService?.Value, ProxyCache.Instance)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
271var proxyCache = ProxyCache.Instance;