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