4 writes to AllowNoOp
aspire-managed (1)
NuGet\Commands\RestoreCommand.cs (1)
198
AllowNoOp
= false,
Microsoft.Build.NuGetSdkResolver (1)
RestoreRunnerEx.cs (1)
111
AllowNoOp
= false,
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
239
AllowNoOp
= !force,
NuGet.PackageManagement (1)
BuildIntegration\DependencyGraphRestoreUtility.cs (1)
344
AllowNoOp
= !forceRestore,
1 reference to AllowNoOp
NuGet.Commands (1)
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
229
request.AllowNoOp = !request.CacheContext.NoCache &&
AllowNoOp
;