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