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