2 references to CreateRestoreResultDuration
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
103
private const string CreateRestoreResultDuration = nameof(
CreateRestoreResultDuration
);
650
using (telemetry.StartIndependentInterval(
CreateRestoreResultDuration
))