6 references to AbsolutePath
Microsoft.Build.Framework (3)
FileUtilities.cs (2)
397
return new
AbsolutePath
(NewPath.GetFullPath(path, workingDir!));
403
return new AbsolutePath(path, new
AbsolutePath
(workingDir!));
ValueTypeParser.cs (1)
49
return new
AbsolutePath
(value);
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)
127
outputFilePath = new
AbsolutePath
(FileUtilities.GetTemporaryFile(outputDirectoryPath, null, extension));