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