1 write to _connection
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\Interop\SqlStatement.cs (1)
37_connection = connection;
7 references to _connection
Microsoft.CodeAnalysis.Workspaces (7)
Storage\SQLite\v2\Interop\SqlStatement.cs (7)
45=> _connection.ThrowIfNotOk(NativeMethods.sqlite3_clear_bindings(_rawStatement)); 48=> _connection.ThrowIfNotOk(NativeMethods.sqlite3_reset(_rawStatement)); 61_connection.Throw(stepResult); 104_connection.ThrowIfNotOk(NativeMethods.sqlite3_bind_text(_rawStatement, parameterIndex, bytes)); 109_connection.ThrowIfNotOk(NativeMethods.sqlite3_bind_text(_rawStatement, parameterIndex, value)); 113=> _connection.ThrowIfNotOk(NativeMethods.sqlite3_bind_int64(_rawStatement, parameterIndex, value)); 116=> _connection.ThrowIfNotOk(NativeMethods.sqlite3_bind_blob(_rawStatement, parameterIndex, bytes));