2 references to GenerateRestoreGraphDuration
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
99
private const string GenerateRestoreGraphDuration = nameof(
GenerateRestoreGraphDuration
);
620
using (telemetry.StartIndependentInterval(
GenerateRestoreGraphDuration
))