1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
648
notificationState.
LastSnapshot
= newState;
5 references to LastSnapshot
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (5)
519
if (state.
LastSnapshot
is { } snapshot)
542
if (nameMatch is { } m && m.Value.
LastSnapshot
!= null)
544
resourceEvent = new ResourceEvent(m.Value.Resource, m.Key, m.Value.
LastSnapshot
);
578
if (state.Value.
LastSnapshot
is { } snapshot)
834
var previousState = notificationState.
LastSnapshot
;