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