7 references to GraphItem
NuGet.Commands (4)
RestoreCommand\DependencyGraphResolver.cs (3)
606Item = new GraphItem<RemoteResolveResult>( 684Item = new GraphItem<RemoteResolveResult>( 693Item = new GraphItem<RemoteResolveResult>(toResolvedDependencyGraphItem.Item.Key)
RestoreCommand\DependencyGraphResolver.DependencyGraphItem.cs (1)
132return new GraphItem<RemoteResolveResult>(item.Key)
NuGet.DependencyResolver.Core (3)
Remote\RemoteDependencyWalker.cs (1)
320node.Item = new GraphItem<RemoteResolveResult>(node.Item.Key)
ResolverUtility.cs (2)
146return new GraphItem<RemoteResolveResult>(match.Library) 558return new GraphItem<RemoteResolveResult>(match.Library)