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