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