4 writes to Path
NuGet.Commands (3)
RestoreCommand\LockFileBuilder.cs (2)
106Path = path, 675Path = path
RestoreCommand\OriginalCaseGlobalPackageFolder.cs (1)
149lockFile.Libraries[i] = library with { Path = forwardSlashPath };
NuGet.ProjectModel (1)
LockFile\Utf8JsonStreamLockFileLibraryConverter.cs (1)
113Path = path,
11 references to Path
Microsoft.NET.Build.Tasks (3)
DependencyContextBuilder.cs (1)
67dependencyLibrary.Path = library.Path;
ResolvePackageAssets.cs (1)
1489string itemPath = package.Path ?? string.Empty;
ResolvePackageDependencies.cs (1)
182item.SetMetadata(MetadataKeys.Path, package.Path ?? string.Empty);
NuGet.CommandLine.XPlat (1)
Commands\Why\DependencyGraphFinder.cs (1)
110.ToDictionary(l => Path.GetFullPath(Path.Combine(projectDirectory, l.Path)), l => l, StringComparer.OrdinalIgnoreCase);
NuGet.Commands (2)
RestoreCommand\LockFileBuilder.cs (1)
133&& StringComparer.Ordinal.Equals(path, previousLibrary.Path)
RestoreCommand\OriginalCaseGlobalPackageFolder.cs (1)
146if (forwardSlashPath != library.Path)
NuGet.ProjectModel (5)
LockFile\LockFileFormat.cs (2)
254if (library.Path != null) 257writer.WriteValue(library.Path);
LockFile\LockFileLibrary.cs (3)
56&& string.Equals(Path, other.Path, StringComparison.Ordinal) 79combiner.AddObject(Path);