4 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
124
return FileUtilities.
TryNormalizeAbsolutePath
(absolutePath) ?? absolutePath;
MSBuild\ProjectFile\ProjectFile.cs (2)
291
return FileUtilities.
TryNormalizeAbsolutePath
(absolutePath) ?? absolutePath;
338
var normalizedPath = FileUtilities.
TryNormalizeAbsolutePath
(filePath);
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
231
string? normalizedPath =
TryNormalizeAbsolutePath
(resolvedPath);