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