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