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