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