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