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