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