1 reference to sqlite3_bind_int64
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\Interop\SqlStatement.cs (1)
113
=> _connection.ThrowIfNotOk(NativeMethods.
sqlite3_bind_int64
(_rawStatement, parameterIndex, value));