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