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