2 writes to _currentValue
Aspire.Hosting (2)
ApplicationModel\ValueSnapshot.cs (2)
54
_currentValue
= Task.FromResult(value);
72
_currentValue
= Task.FromException<T>(exception);
1 reference to _currentValue
Aspire.Hosting (1)
ApplicationModel\ValueSnapshot.cs (1)
40
return
_currentValue
?? _firstValueTcs.Task.WaitAsync(cancellationToken);