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