2 writes to RefreshMemoryCache
NuGet.Protocol (2)
SourceCacheContext.cs (2)
128RefreshMemoryCache = RefreshMemoryCache, 144updatedContext.RefreshMemoryCache = true;
9 references to RefreshMemoryCache
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
211cacheContext.RefreshMemoryCache, 349cacheContext.RefreshMemoryCache,
NuGet.Protocol (7)
LocalRepositories\LocalV2FindPackageByIdResource.cs (1)
411if (cacheContext.RefreshMemoryCache)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
490if (cacheContext.RefreshMemoryCache)
RemoteRepositories\HttpFileSystemBasedFindPackageByIdResource.cs (1)
472if (cacheContext.RefreshMemoryCache)
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
393if (cacheContext.RefreshMemoryCache)
RemoteRepositories\RemoteV2FindPackageByIdResource.cs (1)
447refresh: cacheContext.RefreshMemoryCache,
RemoteRepositories\RemoteV3FindPackageByIdResource.cs (1)
437cacheContext.RefreshMemoryCache,
SourceCacheContext.cs (1)
128RefreshMemoryCache = RefreshMemoryCache,