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)
194connection.ExecuteCommand("pragma journal_mode=wal", throwOnError: false); 202connection.ExecuteCommand("pragma synchronous=normal", throwOnError: false); 209connection.ExecuteCommand( 216connection.ExecuteCommand(