1 write to _instance
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
51internal static void ResetCache() => _instance = new Lazy<ProxyCache>(() => FromDefaultSettings());
1 reference to _instance
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
44public static ProxyCache Instance => _instance.Value;