1 write to CheckPackagesDurationSeconds
NuGet.Commands (1)
RestoreCommand\Utility\AuditUtility.cs (1)
262
CheckPackagesDurationSeconds
= stopwatch.Elapsed.TotalSeconds;
2 references to CheckPackagesDurationSeconds
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
833
if (audit.
CheckPackagesDurationSeconds
.HasValue) { telemetry.TelemetryEvent[AuditDurationCheck] = audit.
CheckPackagesDurationSeconds
.Value; }