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