1 implementation of Version
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
41public Guid Version { get; private set; } = Guid.NewGuid();
2 references to Version
NuGet.Protocol (2)
HttpSource\ProxyAuthenticationHandler.cs (2)
72var cacheVersion = _credentialCache.Version; 157if (cacheVersion != _credentialCache.Version)