2 references to sqlite3_blob_bytes
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\Interop\SqlConnection.cs (2)
309
var length = NativeMethods.
sqlite3_blob_bytes
(blobHandle);
323
var length = NativeMethods.
sqlite3_blob_bytes
(blob);