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