11 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis (8)
CommandLine\CommandLineArguments.cs (1)
564
resolvedPath = FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);
FileSystem\FileUtilities.cs (1)
225
string? normalizedPath =
TryNormalizeAbsolutePath
(resolvedPath);
FileSystem\RelativePathResolver.cs (1)
46
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)
RelativePathResolver.cs (1)
46
return FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);
VBCSCompiler (1)
AnalyzerConsistencyChecker.cs (1)
69
resolvedPath = FileUtilities.
TryNormalizeAbsolutePath
(resolvedPath);