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