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