3 references to TryGetDebugDocumentForNormalizedPath
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (2)
2509
var existingDoc = documentsBuilder.
TryGetDebugDocumentForNormalizedPath
(normalizedPath);
2530
var existingDoc = documentsBuilder.
TryGetDebugDocumentForNormalizedPath
(normalizedPath);
Emit\DebugDocumentsBuilder.cs (1)
48
return
TryGetDebugDocumentForNormalizedPath
(NormalizeDebugDocumentPath(path, basePath));