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