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)
172using var _ = Storage._connectionPool.Target.GetPooledConnection(out var connection); 231using var _ = Storage._connectionPool.Target.GetPooledConnection(out var connection);
Storage\SQLite\v2\SQLitePersistentStorage.cs (2)
95if (sqlStorage._connectionPool is null) 128_connectionPool.Dispose();
Storage\SQLite\v2\SQLitePersistentStorage_FlushWrites.cs (1)
72using var _ = _connectionPool.Target.GetPooledConnection(out var connection);