2 references to EvaluateDownloadDependenciesDuration
NuGet.Commands (2)
RestoreCommand\ProjectRestoreCommand.cs (2)
34
private const string EvaluateDownloadDependenciesDuration = nameof(
EvaluateDownloadDependenciesDuration
);
232
telemetryActivity.EndIntervalMeasure(telemetryPrefix +
EvaluateDownloadDependenciesDuration
);