4 references to NormalizeDebugDocumentPath
Microsoft.CodeAnalysis (4)
Compilation\Compilation.cs (2)
2508string normalizedPath = documentsBuilder.NormalizeDebugDocumentPath(text.FilePath, basePath: null); 2529string normalizedPath = documentsBuilder.NormalizeDebugDocumentPath(tree.FilePath, basePath: null);
Emit\DebugDocumentsBuilder.cs (2)
48return TryGetDebugDocumentForNormalizedPath(NormalizeDebugDocumentPath(path, basePath)); 60return _debugDocuments.GetOrAdd(NormalizeDebugDocumentPath(path, basePath), factory);