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