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