6 references to _fileToDocumentInfoMap
Microsoft.CodeAnalysis.Features (6)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (6)
339if (_fileToDocumentInfoMap.TryGetValue(info.FilePath, out var sourceDocumentInfo)) 364_fileToDocumentInfoMap[info.FilePath] = new(documentId, encoding, info.ChecksumAlgorithm, sourceProject.Id, sourceWorkspace, documentInfo); 372return _fileToDocumentInfoMap.TryGetValue(filePath, out _) && blockStructureOptions.CollapseMetadataImplementationsWhenFirstOpened; 378_fileToDocumentInfoMap.TryGetValue(document.FilePath, out var info)) 409_fileToDocumentInfoMap.Clear(); 428public ImmutableDictionary<string, SourceDocumentInfo> Documents => _instance._fileToDocumentInfoMap.ToImmutableDictionary();