4 references to _firstValueTcs
Aspire.Hosting (4)
ApplicationModel\ValueSnapshot.cs (4)
26public bool IsValueSet => _firstValueTcs.Task.IsCompleted; 40return _currentValue ?? _firstValueTcs.Task.WaitAsync(cancellationToken); 52if (!_firstValueTcs.TrySetResult(value)) 70if (!_firstValueTcs.TrySetException(exception))