3 references to SQLitePersistentStorageService
IdeBenchmarks (1)
SQLitePersistentStorageBenchmark.cs (1)
67
_storageService = new
SQLitePersistentStorageService
(connectionPoolService, new StorageConfiguration(), asyncListener);
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorageService.cs (2)
38
=> new
SQLitePersistentStorageService
(_connectionPoolService, workspaceServices.GetRequiredService<IPersistentStorageConfiguration>(), _asyncListener);
87
:
this
(connectionPoolService, configuration, asyncListener)