1 write to Item
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (1)
43Item = item;
18 references to Item
NuGet.Commands (18)
RestoreCommand\DependencyGraphResolver.cs (18)
353Item = projectResolvedDependencyGraphItem.Item 373flattenedGraphItems.Add(resolvedDependencyGraphItem.Item); 375for (int i = 0; i < resolvedDependencyGraphItem.Item.Data.Dependencies.Count; i++) 377LibraryDependency childLibraryDependency = resolvedDependencyGraphItem.Item.Data.Dependencies[i]; 384if (StringComparer.OrdinalIgnoreCase.Equals(childLibraryDependency.Name, resolvedDependencyGraphItem.Item.Key.Name) || StringComparer.OrdinalIgnoreCase.Equals(childLibraryDependency.Name, rootGraphNode.Key.Name)) 440NuGetVersion? resolvedVersion = childResolvedDependencyGraphItem.Item.Data.Match?.Library?.Version; 521Item = childResolvedDependencyGraphItem.Item, 540Item = childResolvedDependencyGraphItem.Item 693Item = new GraphItem<RemoteResolveResult>(toResolvedDependencyGraphItem.Item.Key) 827return resolvedDependencyGraphItem.Item.Key.Type == LibraryType.Project; 1251directPackageReferences = new HashSet<LibraryDependencyIndex>(capacity: chosenResolvedItem.Item.Data.Dependencies.Count); 1253for (int i = 0; i < chosenResolvedItem.Item.Data.Dependencies.Count; i++) 1255LibraryDependency rootLibraryDependency = chosenResolvedItem.Item.Data.Dependencies[i]; 1270for (int i = 0; i < chosenResolvedItem.Item.Data.Dependencies.Count; i++) 1272LibraryDependency dependency = chosenResolvedItem.Item.Data.Dependencies[i]; 1285suppressions ??= new HashSet<LibraryDependencyIndex>(capacity: chosenResolvedItem.Item.Data.Dependencies.Count - i); 1306for (int i = 0; i < chosenResolvedItem.Item.Data.Dependencies.Count; i++) 1308LibraryDependency childDependency = chosenResolvedItem.Item.Data.Dependencies[i];