6 writes to NoCache
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
116NoCache = _restoreActionConfig.NoCache,
Microsoft.TemplateEngine.Cli (1)
NuGet\NugetApiManager.cs (1)
20NoCache = true,
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
24NoCache = true,
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
212cacheContext.NoCache = noCache;
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
414cacheContext.NoCache = false;
NuGet.Protocol (1)
SourceCacheContext.cs (1)
127NoCache = NoCache,
6 references to NoCache
NuGet.Commands (1)
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
229request.AllowNoOp = !request.CacheContext.NoCache && AllowNoOp;
NuGet.Protocol (5)
PackageDownloadContext.cs (1)
30if (directDownloadDirectory == null && (directDownload || sourceCacheContext.NoCache))
SourceCacheContext.cs (3)
41/// <remarks>This will be ignored if <see cref="NoCache"/> is true.</remarks> 74if (!NoCache) 127NoCache = NoCache,
Utility\GetDownloadResultUtility.cs (1)
43if (!downloadContext.SourceCacheContext.NoCache)