1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
540
notificationState.
LastSnapshot
= newState;
3 references to LastSnapshot
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (3)
444
if (state.
LastSnapshot
is { } snapshot)
480
if (state.Value.
LastSnapshot
is { } snapshot)
698
var previousState = notificationState.
LastSnapshot
;