4 references to NuGetv3LocalRepository
NuGet.Commands (2)
RestoreCommand\RestoreCommandProvidersCache.cs (2)
90
(path) => new
NuGetv3LocalRepository
(path, _fileCache, isFallbackFolder: false, updateLastAccess));
100
var cache = _globalCache.GetOrAdd(fallbackPath, (path) => new
NuGetv3LocalRepository
(path, _fileCache, isFallbackFolder: true, updateLastAccessTime: false));
NuGet.Protocol (2)
PackagesFolder\NuGetv3LocalRepository.cs (2)
48
:
this
(path, packageFileCache: null, isFallbackFolder: false, updateLastAccessTime: false)
53
:
this
(path, packageFileCache, isFallbackFolder, updateLastAccessTime: false)