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