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