11 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis (8)
CommandLine\CommandLineArguments.cs (1)
581
resolvedPath = FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);
FileSystem\FileUtilities.cs (1)
232
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);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
25
_lazyNormalizedBaseDirectory = new Lazy<string>(() => FileUtilities.
TryNormalizeAbsolutePath
(baseDirectory));
Microsoft.CodeAnalysis.Scripting (1)
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (1)
44
return FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
91
resolvedPath = FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);