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