2 references to GetItemById
NuGet.Commands (2)
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (2)
158
var match = indexedGraph.
GetItemById
(dependency.Name, LibraryType.Package);
274
var match = indexedGraph.
GetItemById
(dependencyId, LibraryType.Package);