3 instantiations of SQLitePersistentStorageService
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
67_storageService = new SQLitePersistentStorageService(connectionPoolService, new StorageConfiguration(), asyncListener);
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
38=> new SQLitePersistentStorageService(_connectionPoolService, workspaceServices.GetRequiredService<IPersistentStorageConfiguration>(), _asyncListener);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\SQLiteV2PersistentStorageTests.cs (1)
27=> new SQLitePersistentStorageService(
3 references to SQLitePersistentStorageService
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
31private SQLitePersistentStorageService _storageService;
Microsoft.CodeAnalysis.Workspaces (2)
Storage\PersistentStorageExtensions.cs (1)
26=> services.GetService<SQLitePersistentStorageService>() ??
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
21[ExportWorkspaceServiceFactory(typeof(SQLitePersistentStorageService)), Shared]