3 references to CreateAndSetInMemoryDatabase
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (3)
276
database =
CreateAndSetInMemoryDatabase
(bytes, isBinary: false);
405
database =
CreateAndSetInMemoryDatabase
(databaseBytes, isBinary);
523
database =
CreateAndSetInMemoryDatabase
(finalBytes, isBinary: false);