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