1 write to AllowNoOp
NuGet.Commands (1)
RestoreCommand\RequestFactory\RestoreArgs.cs (1)
229request.AllowNoOp = !request.CacheContext.NoCache && AllowNoOp;
3 references to AllowNoOp
NuGet.Commands (3)
RestoreCommand\RestoreCommand.cs (3)
467telemetry.TelemetryEvent[ForceRestore] = !_request.AllowNoOp; 470if (noOpCacheFileEvaluation && _request.AllowNoOp && !_request.RestoreForceEvaluate) 1464if (_request.ProjectStyle == ProjectStyle.DotnetCliTool && _request.AllowNoOp)