4 references to _connectionPools
Microsoft.CodeAnalysis.Workspaces (4)
Storage\SQLite\v2\SQLiteConnectionPoolService.cs (4)
70
foreach (var (_, pool) in
_connectionPools
)
73
_connectionPools
.Clear();
85
if (
_connectionPools
.TryGetValue(databaseFilePath, out var pool))
105
_connectionPools
.Add(databaseFilePath, pool);