8 references to _fileToDocumentInfoMap
Microsoft.CodeAnalysis.Features (8)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (8)
350if (_fileToDocumentInfoMap.TryGetValue(info.FilePath, out var sourceDocumentInfo))
375_fileToDocumentInfoMap[info.FilePath] = new(documentId, encoding, info.ChecksumAlgorithm, sourceProject.Id, sourceWorkspace, documentInfo);
383return _fileToDocumentInfoMap.TryGetValue(filePath, out _) && blockStructureOptions.CollapseMetadataImplementationsWhenFirstOpened;
390if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info))
410if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info))
433_fileToDocumentInfoMap.TryGetValue(document.FilePath, out var info))
464_fileToDocumentInfoMap.Clear();
484public ImmutableDictionary<string, SourceDocumentInfo> Documents => _instance._fileToDocumentInfoMap.ToImmutableDictionary();