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