4 references to NormalizeRelativePath
Microsoft.CodeAnalysis (1)
SourceFileResolver.cs (1)
98string? normalizedPath = FileUtilities.NormalizeRelativePath(path, baseFilePath, _baseDirectory);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CommandLineDiagnosticFormatter.cs (1)
48var normalizedPath = FileUtilities.NormalizeRelativePath(path, basePath, _baseDirectory);
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\CommandLineDiagnosticFormatter.vb (1)
127Return If(FileUtilities.NormalizeRelativePath(path, basePath, _baseDirectory), path)
CommandLine\VisualBasicCommandLineParser.vb (1)
1609Dim normalizedPath = FileUtilities.NormalizeRelativePath(path, basePath:=Nothing, baseDirectory:=baseDirectory)