1 write to Commands
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
442return previousState with { Commands = builder.ToImmutable() };
6 references to Commands
Aspire.Hosting (6)
ApplicationModel\ResourceNotificationService.cs (5)
400var existingCommand = FindByName(previousState.Commands, annotation.Name); 406builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.Commands.Length); 407builder.AddRange(previousState.Commands); 422builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.Commands.Length); 423builder.AddRange(previousState.Commands);
Dashboard\DashboardServiceData.cs (1)
52Commands = snapshot.Commands