1 write to _connectionPool
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
70
_connectionPool
= connectionPoolService.TryOpenDatabase(
5 references to _connectionPool
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (2)
172
using var _ = Storage.
_connectionPool
.Target.GetPooledConnection(out var connection);
231
using var _ = Storage.
_connectionPool
.Target.GetPooledConnection(out var connection);
Storage\SQLite\v2\SQLitePersistentStorage.cs (2)
95
if (sqlStorage.
_connectionPool
is null)
128
_connectionPool
.Dispose();
Storage\SQLite\v2\SQLitePersistentStorage_FlushWrites.cs (1)
72
using var _ =
_connectionPool
.Target.GetPooledConnection(out var connection);