2 references to _timeTaken
NuGet.PackageManagement (2)
Resolution\ResolverGather.cs (2)
239
foreach ((var key, var time) in
_timeTaken
)
477
_timeTaken
.AddOrUpdate(request.Source.Source.PackageSource.Source, stopWatch.Elapsed, (k, v) => stopWatch.Elapsed + v);