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