1 write to _credentialCache
NuGet.Protocol (1)
HttpSource\ProxyAuthenticationHandler.cs (1)
54_credentialCache = credentialCache;
3 references to _credentialCache
NuGet.Protocol (3)
HttpSource\ProxyAuthenticationHandler.cs (3)
72var cacheVersion = _credentialCache.Version; 157if (cacheVersion != _credentialCache.Version) 188_credentialCache.UpdateCredential(proxyAddress, credentials);