1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
608
notificationState.
LastSnapshot
= newState;
5 references to LastSnapshot
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (5)
487
if (state.
LastSnapshot
is { } snapshot)
510
if (nameMatch is { } m && m.Value.
LastSnapshot
!= null)
512
resourceEvent = new ResourceEvent(m.Value.Resource, m.Key, m.Value.
LastSnapshot
);
546
if (state.Value.
LastSnapshot
is { } snapshot)
796
var previousState = notificationState.
LastSnapshot
;