1 write to _handle
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
155
_handle
= handle;
6 references to _handle
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\Interop\SqlConnection.cs (6)
162
using var _ =
_handle
;
192
var handle = NativeMethods.sqlite3_prepare_v2(
_handle
, query, out var result);
291
=> (int)NativeMethods.sqlite3_last_insert_rowid(
_handle
);
410
_handle
,
434
=> ThrowIfNotOk(
_handle
, result);
445
=> Throw(
_handle
, result);