5 references to AbsolutePath
Microsoft.Build.Framework (2)
FileUtilities.cs (2)
397
return new
AbsolutePath
(NewPath.GetFullPath(path, workingDir!));
403
return new AbsolutePath(path, new
AbsolutePath
(workingDir!));
Microsoft.Build.Tasks.Core (3)
AddToWin32Manifest.cs (1)
115
return defaultManifestPath is null ? null : new
AbsolutePath
(defaultManifestPath);
RedistList.cs (1)
1002
Path = new
AbsolutePath
(FileUtilities.NormalizeForPathComparison(absolutePath));
WriteCodeFragment.cs (1)
125
outputFilePath = new
AbsolutePath
(FileUtilities.GetTemporaryFile(outputDirectoryPath, null, extension));