1 write to LastSnapshot
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
884notificationState.LastSnapshot = newState;
6 references to LastSnapshot
Aspire.Hosting (6)
ApplicationModel\ResourceNotificationService.cs (6)
724if (state.LastSnapshot is { } snapshot) 747if (nameMatch is { } m && m.Value.LastSnapshot != null) 749resourceEvent = new ResourceEvent(m.Value.Resource, m.Key, m.Value.LastSnapshot); 783if (state.Value.LastSnapshot is { } snapshot) 871if (notificationState.LastSnapshot is { } lastSnapshot && lastSnapshot.ContentEquals(newState)) 1240var previousState = notificationState.LastSnapshot;