2 instantiations of DependencyGraphItem
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
187DependencyGraphItem rootProjectDependencyGraphItem = new() 1376DependencyGraphItem dependencyGraphItem = new()
10 references to DependencyGraphItem
NuGet.Commands (10)
RestoreCommand\DependencyGraphResolver.cs (8)
187DependencyGraphItem rootProjectDependencyGraphItem = new() 795private static bool ShouldEvictOnTypeConstraint(DependencyGraphItem currentDependencyGraphItem, ResolvedDependencyGraphItem resolvedDependencyGraphItem) 914DependencyGraphItem rootProjectDependencyGraphItem, 930Queue<DependencyGraphItem> dependencyGraphItemQueue = new(DependencyGraphItemQueueSize); 973DependencyGraphItem currentDependencyGraphItem = dependencyGraphItemQueue.Dequeue(); 1152Queue<DependencyGraphItem> newDependencyGraphItemQueue = new(DependencyGraphItemQueueSize); 1156DependencyGraphItem item = dependencyGraphItemQueue.Dequeue(); 1376DependencyGraphItem dependencyGraphItem = new()
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (2)
34/// <param name="dependencyGraphItem">The <see cref="DependencyGraphItem" /> that is being resolved.</param> 39DependencyGraphItem dependencyGraphItem,