3 references to sqlite3_blob_read
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\Interop\SqlConnection.cs (3)
314
self.ThrowIfNotOk(NativeMethods.
sqlite3_blob_read
(blobHandle, bytes, offset: 0));
335
ThrowIfNotOk(NativeMethods.
sqlite3_blob_read
(blob, bytes.AsSpan(), offset: 0));
346
ThrowIfNotOk(NativeMethods.
sqlite3_blob_read
(blob, new Span<byte>(bytes, start: 0, length), offset: 0));