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