2 references to _globalCache
NuGet.Commands (2)
RestoreCommand\RestoreCommandProvidersCache.cs (2)
89NuGetv3LocalRepository globalCache = _globalCache.GetOrAdd(globalPackagesPath, 100var cache = _globalCache.GetOrAdd(fallbackPath, (path) => new NuGetv3LocalRepository(path, _fileCache, isFallbackFolder: true, updateLastAccessTime: false));