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