8 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis (8)
CommandLine\CommandLineArguments.cs (1)
570resolvedPath = FileUtilities.TryNormalizeAbsolutePath(resolvedPath);
FileSystem\FileUtilities.cs (1)
231string? normalizedPath = TryNormalizeAbsolutePath(resolvedPath);
FileSystem\RelativePathResolver.cs (1)
44return FileUtilities.TryNormalizeAbsolutePath(resolvedPath);
SourceFileResolver.cs (1)
110return FileUtilities.TryNormalizeAbsolutePath(resolvedPath);
StrongName\DesktopStrongNameProvider.cs (2)
124return FileUtilities.TryNormalizeAbsolutePath(path); 138return FileUtilities.TryNormalizeAbsolutePath(combinedPath!);
XmlFileResolver.cs (2)
62return FileUtilities.TryNormalizeAbsolutePath(resolvedPath); 72return FileUtilities.TryNormalizeAbsolutePath(resolvedPath);