4 writes to Path
NuGet.Commands (3)
RestoreCommand\LockFileBuilder.cs (2)
106
Path
= path,
675
Path
= path
RestoreCommand\OriginalCaseGlobalPackageFolder.cs (1)
149
lockFile.Libraries[i] = library with {
Path
= forwardSlashPath };
NuGet.ProjectModel (1)
LockFile\Utf8JsonStreamLockFileLibraryConverter.cs (1)
113
Path
= path,
11 references to Path
Microsoft.NET.Build.Tasks (3)
DependencyContextBuilder.cs (1)
67
dependencyLibrary.Path = library.
Path
;
ResolvePackageAssets.cs (1)
1489
string itemPath = package.
Path
?? string.Empty;
ResolvePackageDependencies.cs (1)
182
item.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)
146
if (forwardSlashPath != library.
Path
)
NuGet.ProjectModel (5)
LockFile\LockFileFormat.cs (2)
254
if (library.
Path
!= null)
257
writer.WriteValue(library.
Path
);
LockFile\LockFileLibrary.cs (3)
56
&& string.Equals(
Path
, other.
Path
, StringComparison.Ordinal)
79
combiner.AddObject(
Path
);