2 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
231string? normalizedPath = TryNormalizeAbsolutePath(resolvedPath);
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
44return FileUtilities.TryNormalizeAbsolutePath(resolvedPath);