2 references to _connectionsPool
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage+PooledConnection.cs (2)
57
if (
_connectionsPool
.TryPop(out var connection))
79
_connectionsPool
.Push(connection);