5 references to _startedTcs
Aspire.Hosting.Testing (5)
DistributedApplicationFactory.cs (5)
73await _startedTcs.Task.WaitAsync(linkedCts.Token).ConfigureAwait(false); 452if (!_startedTcs.Task.IsCompletedSuccessfully) 468_startedTcs.TrySetException(exception); 475_startedTcs.TrySetCanceled(); 599appFactory._startedTcs.TrySetResult();