1 instantiation of SourceDocumentInfo
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
375_fileToDocumentInfoMap[info.FilePath] = new(documentId, encoding, info.ChecksumAlgorithm, sourceProject.Id, sourceWorkspace, documentInfo);
6 references to SourceDocumentInfo
Microsoft.CodeAnalysis.Features (6)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (6)
71private readonly ConcurrentDictionary<string, SourceDocumentInfo> _fileToDocumentInfoMap = new(StringComparer.OrdinalIgnoreCase); 350if (_fileToDocumentInfoMap.TryGetValue(info.FilePath, out var sourceDocumentInfo)) 390if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info)) 410if (_fileToDocumentInfoMap.TryGetValue(filePath, out var info)) 433_fileToDocumentInfoMap.TryGetValue(document.FilePath, out var info)) 484public ImmutableDictionary<string, SourceDocumentInfo> Documents => _instance._fileToDocumentInfoMap.ToImmutableDictionary();