4 references to TryGetDebugDocumentForNormalizedPath
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (2)
2518var existingDoc = documentsBuilder.TryGetDebugDocumentForNormalizedPath(normalizedPath); 2539var existingDoc = documentsBuilder.TryGetDebugDocumentForNormalizedPath(normalizedPath);
Emit\DebugDocumentsBuilder.cs (1)
48return TryGetDebugDocumentForNormalizedPath(NormalizeDebugDocumentPath(path, basePath));
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
3866var existingDoc = documentsBuilder.TryGetDebugDocumentForNormalizedPath(normalizedPath);