1 write to _attemptCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
161
_attemptCallback
= attemptCallback;
1 reference to _attemptCallback
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
243
var (exitCode, stdout) = await
_attemptCallback
(attempt, _options, cancellationToken).ConfigureAwait(false);