1 override of SaveAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
162public override Task SaveAsync(string savepointName, CancellationToken cancellationToken = default) =>
2 references to SaveAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
163transaction.SaveAsync(savepointName, cancellationToken);
System.Data.Common (1)
System\Data\Common\DbTransaction.cs (1)
75/// If <see langword="false" />, the methods <see cref="SaveAsync" />,