2 references to NormalizeRelativePath
Microsoft.CodeAnalysis (2)
FileSystem\FileUtilities.cs (1)
214return NormalizeRelativePath(path, basePath, baseDirectory: null) ?? path;
SourceFileResolver.cs (1)
98string? normalizedPath = FileUtilities.NormalizeRelativePath(path, baseFilePath, _baseDirectory);