1 override of ReleaseAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
172public override Task ReleaseAsync(string savepointName, CancellationToken cancellationToken = default) =>
2 references to ReleaseAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
173transaction.ReleaseAsync(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