2 references to ExpandAbsolutePathWithRelativeParts
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (1)
187
normalizedPath = PathUtilities.
ExpandAbsolutePathWithRelativeParts
(normalizedPath);
CommandLine\CommonCompiler.cs (1)
1606
if (filePaths.Add(PathUtilities.
ExpandAbsolutePathWithRelativeParts
(file.Path)))