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))
461
if (resolvedDependencyGraphItem.
Path
.Contains(parent))
481
if (resolvedDependencyGraphItem.
Path
.Contains(parentLibraryRangeIndex) && !resolvedDependencyGraphItem.IsRootPackageReference)
507
ToParentLibraryRangeIndex: childResolvedDependencyGraphItem.
Path
[childResolvedDependencyGraphItem.
Path
.Length - 1],
1065
if (HasCommonAncestor(chosenResolvedItem.
Path
, currentDependencyGraphItem.Path))
1135
if (chosenItem.Value.
Path
.Contains(evictedLibraryRangeIndex))
1178
bool hasCommonAncestor = HasCommonAncestor(chosenResolvedItem.
Path
, currentDependencyGraphItem.Path);
1199
if (chosenResolvedItem.Suppressions.Count == 1 && chosenResolvedItem.Suppressions[0].Count == 0 && HasCommonAncestor(chosenResolvedItem.
Path
, currentDependencyGraphItem.Path))