11 references to TryNormalizeAbsolutePath
Microsoft.CodeAnalysis (8)
CommandLine\CommandLineArguments.cs (1)
581resolvedPath = FileUtilities.TryNormalizeAbsolutePath(resolvedPath);
FileSystem\FileUtilities.cs (1)
232string? 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);
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)
44return FileUtilities.TryNormalizeAbsolutePath(resolvedPath);
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
91resolvedPath = FileUtilities.TryNormalizeAbsolutePath(resolvedPath);