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