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)
162using var _ = _handle; 192var 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);