1 implementation of IAddReferenceDatabaseWrapper
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\IAddReferenceDatabaseWrapper.cs (1)
22
internal class AddReferenceDatabaseWrapper :
IAddReferenceDatabaseWrapper
4 references to IAddReferenceDatabaseWrapper
Microsoft.CodeAnalysis.Features (4)
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (4)
33
private readonly ConcurrentDictionary<string,
IAddReferenceDatabaseWrapper
> _sourceToDatabase = new();
71
if (!_sourceToDatabase.TryGetValue(source, out
var
databaseWrapper))
110
if (!_sourceToDatabase.TryGetValue(source, out
var
databaseWrapper))
152
if (!_sourceToDatabase.TryGetValue(PackageSourceHelper.NugetOrgSourceName, out
var
databaseWrapper))