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