1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
601
notificationState.
LastSnapshot
= newState;
5 references to LastSnapshot
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (5)
480
if (state.
LastSnapshot
is { } snapshot)
503
if (nameMatch is { } m && m.Value.
LastSnapshot
!= null)
505
resourceEvent = new ResourceEvent(m.Value.Resource, m.Key, m.Value.
LastSnapshot
);
539
if (state.Value.
LastSnapshot
is { } snapshot)
789
var previousState = notificationState.
LastSnapshot
;