1 reference to sqlite3_open_v2
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
100
var handle = NativeMethods.
sqlite3_open_v2
(databasePath, (int)flags, vfs: null, out var result);