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