2 overrides of PrepareAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
285
public override Task
PrepareAsync
(CancellationToken cancellationToken = default) => command.PrepareAsync(cancellationToken);
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
337
public override Task
PrepareAsync
(CancellationToken cancellationToken = default)
1 reference to PrepareAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
285
public override Task PrepareAsync(CancellationToken cancellationToken = default) => command.
PrepareAsync
(cancellationToken);