1 write to AbsolutePath
NuGet.ProjectModel (1)
ProjectRestoreMetadataFile.cs (1)
36
AbsolutePath
= absolutePath;
6 references to AbsolutePath
NuGet.Commands (1)
RestoreCommand\Utility\LockFileUtils.cs (1)
657
var diskPath = fileLookup[item.Path].
AbsolutePath
;
NuGet.ProjectModel (5)
PackageSpecWriter.cs (1)
285
SetValue(writer, file.PackagePath, file.
AbsolutePath
);
ProjectRestoreMetadataFile.cs (4)
52
&& StringComparer.Ordinal.Equals(
AbsolutePath
, other.
AbsolutePath
);
65
hashCode.AddObject(
AbsolutePath
);
82
return new ProjectRestoreMetadataFile(PackagePath,
AbsolutePath
);