1 override of RollbackAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
167
public override Task
RollbackAsync
(string savepointName, CancellationToken cancellationToken = default) =>
2 references to RollbackAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
168
transaction.
RollbackAsync
(savepointName, cancellationToken);
System.Data.Common (1)
System\Data\Common\DbTransaction.cs (1)
76
/// <see cref="
RollbackAsync
(string, System.Threading.CancellationToken)"/> and <see cref="ReleaseAsync" /> as