3 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
232
string? normalizedPath =
TryNormalizeAbsolutePath
(resolvedPath);
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
44
return FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
417
fullPath = FileUtilities.
TryNormalizeAbsolutePath
(path);