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