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)
40return _currentValue ?? _firstValueTcs.Task.WaitAsync(cancellationToken);