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)
72
var cacheVersion =
_credentialCache
.Version;
157
if (cacheVersion !=
_credentialCache
.Version)
188
_credentialCache
.UpdateCredential(proxyAddress, credentials);