1 instantiation of SQLiteConnectionPool
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLiteConnectionPoolService.cs (1)
100
new
SQLiteConnectionPool
(this, faultInjector, databaseFilePath, ownershipLock));
6 references to SQLiteConnectionPool
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\SQLiteConnectionPool+PooledConnection.cs (2)
14
private readonly
SQLiteConnectionPool
_connectionPool;
17
public PooledConnection(
SQLiteConnectionPool
connectionPool, SqlConnection sqlConnection)
Storage\SQLite\v2\SQLiteConnectionPoolService.cs (3)
34
private readonly Dictionary<string, ReferenceCountedDisposable<
SQLiteConnectionPool
>> _connectionPools = new();
77
public ReferenceCountedDisposable<
SQLiteConnectionPool
>? TryOpenDatabase(
99
pool = new ReferenceCountedDisposable<
SQLiteConnectionPool
>(
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
32
private readonly ReferenceCountedDisposable<
SQLiteConnectionPool
> _connectionPool;