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