1 write to Commands
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
524return previousState with { Commands = builder.ToImmutable() };
6 references to Commands
Aspire.Hosting (6)
ApplicationModel\ResourceNotificationService.cs (5)
482var existingCommand = FindByName(previousState.Commands, annotation.Name); 488builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.Commands.Length); 489builder.AddRange(previousState.Commands); 504builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.Commands.Length); 505builder.AddRange(previousState.Commands);
Dashboard\DashboardServiceData.cs (1)
53Commands = snapshot.Commands