1 instantiation of CacheKey
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\TokenCredentialShortCache.cs (1)
34CacheKey cacheKey = new CacheKey
3 references to CacheKey
Microsoft.DotNet.Build.Tasks.Feed (3)
src\common\TokenCredentialShortCache.cs (3)
25private ConcurrentDictionary<CacheKey, CachedToken> _tokenCache = new ConcurrentDictionary<CacheKey, CachedToken>(); 34CacheKey cacheKey = new CacheKey