14 references to SQLiteConnectionPoolService
IdeBenchmarks (2)
SQLitePersistentStorageBenchmark.cs (2)
64var connectionPoolService = _workspace.ExportProvider.GetExportedValue<SQLiteConnectionPoolService>();
Microsoft.CodeAnalysis.Workspaces (11)
Storage\SQLite\v2\SQLiteConnectionPool.cs (3)
25private readonly SQLiteConnectionPoolService _connectionPoolService; 30public SQLiteConnectionPool(SQLiteConnectionPoolService connectionPoolService, IPersistentStorageFaultInjector? faultInjector, string databasePath, IDisposable ownershipLock) 100throw new InvalidOperationException($"Cannot get a connection to the DB unless running on one of {nameof(SQLiteConnectionPoolService)}'s schedulers");
Storage\SQLite\v2\SQLitePersistentStorage.cs (3)
31private readonly SQLiteConnectionPoolService _connectionPoolService; 51SQLiteConnectionPoolService connectionPoolService, 86SQLiteConnectionPoolService connectionPoolService,
Storage\SQLite\v2\SQLitePersistentStorageService.cs (5)
24private readonly SQLiteConnectionPoolService _connectionPoolService; 30SQLiteConnectionPoolService connectionPoolService, 68private readonly SQLiteConnectionPoolService _connectionPoolService; 73SQLiteConnectionPoolService connectionPoolService, 83SQLiteConnectionPoolService connectionPoolService,
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\SQLiteV2PersistentStorageTests.cs (1)
28exportProvider.GetExports<SQLiteConnectionPoolService>().Single().Value,