1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
435
notificationState.
LastSnapshot
= newState;
2 references to LastSnapshot
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (2)
379
if (state.Value.
LastSnapshot
is { } snapshot)
595
var previousState = notificationState.
LastSnapshot
;