3 references to _cachedCredentials
NuGet.Configuration (3)
Proxy\ProxyCache.cs (3)
89
return
_cachedCredentials
.TryAdd(configuredProxy.ProxyAddress, proxyCredentials);
159
_cachedCredentials
.AddOrUpdate(
168
if (
_cachedCredentials
.TryGetValue(proxyAddress, out cachedCredentials))