5 references to _startedTcs
Aspire.Hosting.Testing (5)
DistributedApplicationFactory.cs (5)
74
await
_startedTcs
.Task.WaitAsync(linkedCts.Token).ConfigureAwait(false);
470
if (!
_startedTcs
.Task.IsCompletedSuccessfully)
486
_startedTcs
.TrySetException(exception);
493
_startedTcs
.TrySetCanceled();
617
appFactory.
_startedTcs
.TrySetResult();