4 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
MSBuild\ProjectFile\Extensions.cs (1)
44
return FileUtilities.
TryNormalizeAbsolutePath
(absolutePath) ?? absolutePath;
MSBuild\ProjectFile\ProjectInstanceReader.cs (2)
230
return FileUtilities.
TryNormalizeAbsolutePath
(absolutePath) ?? absolutePath;
256
var normalizedPath = FileUtilities.
TryNormalizeAbsolutePath
(filePath);
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
232
string? normalizedPath =
TryNormalizeAbsolutePath
(resolvedPath);