2 references to EvaluateLockFileDuration
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
89
private const string EvaluateLockFileDuration = nameof(
EvaluateLockFileDuration
);
571
using (telemetry.StartIndependentInterval(
EvaluateLockFileDuration
))