9 references to ExecuteCommand
Microsoft.CodeAnalysis.Workspaces (9)
Storage\SQLite\v2\Interop\SqlConnection.cs (4)
140connection.ExecuteCommand(attachString); 240ExecuteCommand("begin transaction"); 242ExecuteCommand("commit transaction"); 288=> ExecuteCommand("rollback transaction", throwOnError);
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
111connection.ExecuteCommand($"""
Storage\SQLite\v2\SQLitePersistentStorage.cs (4)
162connection.ExecuteCommand("pragma journal_mode=wal", throwOnError: false); 170connection.ExecuteCommand("pragma synchronous=normal", throwOnError: false); 177connection.ExecuteCommand( 184connection.ExecuteCommand(