4 references to IAddReferenceDatabaseWrapper
Microsoft.CodeAnalysis.Features (4)
SymbolSearch\Windows\IAddReferenceDatabaseWrapper.cs (1)
17internal sealed class AddReferenceDatabaseWrapper(AddReferenceDatabase database) : IAddReferenceDatabaseWrapper
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (3)
34private readonly ConcurrentDictionary<string, IAddReferenceDatabaseWrapper> _sourceToDatabase = []; 122if (!_sourceToDatabase.TryGetValue(source, out var databaseWrapper)) 178if (!_sourceToDatabase.TryGetValue(source, out var databaseWrapper))