6 writes to ProjectPath
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
477ProjectPath = fullPath,
NuGet.Commands (3)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
367projectReference.ProjectPath = projectRefPathCasing; 593ProjectPath = item.GetProperty("ProjectPath"),
RestoreCommand\Utility\PackageSpecFactory.cs (1)
767ProjectPath = fullPath,
NuGet.ProjectModel (2)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
1366ProjectPath = projectReferenceProjectPath,
ProjectRestoreReference.cs (1)
75clonedObject.ProjectPath = ProjectPath;
15 references to ProjectPath
NuGet.Build.Tasks.Pack (2)
PackTaskLogic.cs (2)
958var libraryIdentities = projectPathToLibraryIdentities[projectReference.ProjectPath]; 972if (projectRefToVersionMap.TryGetValue(projectReference.ProjectPath, out var projectRefVersion))
NuGet.CommandLine.XPlat (1)
Commands\Why\DependencyGraphFinder.cs (1)
114LockFileLibrary projectLibrary = projectsByPath[p.ProjectPath];
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
323if (!existingProjects.Contains(framework.ProjectReferences[i].ProjectPath)) 361var projectRefPath = projectReference.ProjectPath;
NuGet.PackageManagement (1)
BuildIntegration\DependencyGraphRestoreUtility.cs (1)
287if (!knownProjects.Contains(packageSpec.RestoreMetadata.TargetFrameworks[frameworkCount].ProjectReferences[projectReferenceCount].ProjectPath))
NuGet.ProjectModel (9)
PackageSpecReferenceDependencyProvider.cs (1)
259var dependencyName = reference.ProjectPath;
PackageSpecWriter.cs (2)
244foreach (var project in framework.ProjectReferences.OrderBy(e => e.ProjectPath, PathUtility.GetStringComparerBasedOnOS())) 248writer.WriteNameValue("projectPath", project.ProjectPath);
ProjectRestoreMetadataFrameworkInfo.cs (1)
73ProjectReferences.OrderedEquals(other.ProjectReferences, e => e.ProjectPath, PathUtility.GetStringComparerBasedOnOS());
ProjectRestoreReference.cs (5)
34combiner.AddObject(ProjectPath); 50return $"{ProjectUniqueName} : {ProjectPath}"; 65return StringComparer.Ordinal.Equals(ProjectPath, other.ProjectPath) 75clonedObject.ProjectPath = ProjectPath;