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