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