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