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