1 write to Path
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (1)
47Path = dependencyGraphItem.Path;
9 references to Path
NuGet.Commands (9)
RestoreCommand\DependencyGraphResolver.cs (9)
414if (resolvedDependencyGraphItem.Path.Contains(currentRangeIndex)) 459if (resolvedDependencyGraphItem.Path.Contains(parent)) 479if (resolvedDependencyGraphItem.Path.Contains(parentLibraryRangeIndex) && !resolvedDependencyGraphItem.IsRootPackageReference) 505ToParentLibraryRangeIndex: childResolvedDependencyGraphItem.Path[childResolvedDependencyGraphItem.Path.Length - 1], 1055if (HasCommonAncestor(chosenResolvedItem.Path, currentDependencyGraphItem.Path)) 1125if (chosenItem.Value.Path.Contains(evictedLibraryRangeIndex)) 1168bool hasCommonAncestor = HasCommonAncestor(chosenResolvedItem.Path, currentDependencyGraphItem.Path); 1189if (chosenResolvedItem.Suppressions.Count == 1 && chosenResolvedItem.Suppressions[0].Count == 0 && HasCommonAncestor(chosenResolvedItem.Path, currentDependencyGraphItem.Path))