Implemented interface member:
property
Version
NuGet.Configuration.IProxyCredentialCache.Version
2 writes to Version
NuGet.Configuration (2)
Proxy\ProxyCache.cs (2)
149
addValueFactory: _ => {
Version
= Guid.NewGuid(); return credentials; },
150
updateValueFactory: (_, __) => {
Version
= Guid.NewGuid(); return credentials; });