2 instantiations of DependencyGraphItem
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
187DependencyGraphItem rootProjectDependencyGraphItem = new() 1386DependencyGraphItem dependencyGraphItem = new()
10 references to DependencyGraphItem
NuGet.Commands (10)
RestoreCommand\DependencyGraphResolver.cs (8)
187DependencyGraphItem rootProjectDependencyGraphItem = new() 805private static bool ShouldEvictOnTypeConstraint(DependencyGraphItem currentDependencyGraphItem, ResolvedDependencyGraphItem resolvedDependencyGraphItem) 924DependencyGraphItem rootProjectDependencyGraphItem, 940Queue<DependencyGraphItem> dependencyGraphItemQueue = new(DependencyGraphItemQueueSize); 983DependencyGraphItem currentDependencyGraphItem = dependencyGraphItemQueue.Dequeue(); 1162Queue<DependencyGraphItem> newDependencyGraphItemQueue = new(DependencyGraphItemQueueSize); 1166DependencyGraphItem item = dependencyGraphItemQueue.Dequeue(); 1386DependencyGraphItem dependencyGraphItem = new()
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (2)
34/// <param name="dependencyGraphItem">The <see cref="DependencyGraphItem" /> that is being resolved.</param> 39DependencyGraphItem dependencyGraphItem,