1 write to PackageFileCache
NuGet.Commands (1)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
598localV3.PackageFileCache = _packageFileCache;
1 reference to PackageFileCache
NuGet.Protocol (1)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
453nuspecReader = PackageFileCache.GetOrAddNuspec(nuspecPath, expandedPath).Value;