1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
356
notificationState.
LastSnapshot
= newState;
3 references to LastSnapshot
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (3)
304
if (state.Value.
LastSnapshot
is not null)
306
yield return new ResourceEvent(resource, resourceId, state.Value.
LastSnapshot
);
481
var previousState = notificationState.
LastSnapshot
;