2 references to GetNormalizedPathOrOriginalPath
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1126var path = FileUtilities.GetNormalizedPathOrOriginalPath(tree.FilePath, basePath: null);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1188var normalizedPath = FileUtilities.GetNormalizedPathOrOriginalPath(attributeFilePath, basePath: SyntaxTree.FilePath);