7 references to _fileToDocumentInfoMap
Microsoft.CodeAnalysis.Features (7)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (7)
322if (_fileToDocumentInfoMap.ContainsKey(info.FilePath)) 345_fileToDocumentInfoMap[info.FilePath] = new(documentId, encoding, info.ChecksumAlgorithm, sourceProject.Id, sourceWorkspace); 361return _fileToDocumentInfoMap.TryGetValue(filePath, out _) && blockStructureOptions.CollapseMetadataImplementationsWhenFirstOpened; 368if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info)) 381if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info)) 393_fileToDocumentInfoMap.TryGetValue(document.FilePath, out var info)) 424_fileToDocumentInfoMap.Clear();