2 references to NoOpDuration
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
79
private const string NoOpDuration = nameof(
NoOpDuration
);
227
using (telemetry.StartIndependentInterval(
NoOpDuration
))