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