2 references to GetPooledConnection
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLiteConnectionPool.cs (2)
44
using var _ =
GetPooledConnection
(checkScheduler: false, out var connection);
87
=>
GetPooledConnection
(checkScheduler: true, out connection);