1 write to Commands
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
654
return previousState with {
Commands
= builder.ToImmutable() };
6 references to Commands
Aspire.Hosting (6)
ApplicationModel\ResourceNotificationService.cs (5)
612
var existingCommand = FindByName(previousState.
Commands
, annotation.Name);
618
builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.
Commands
.Length);
619
builder.AddRange(previousState.
Commands
);
634
builder = ImmutableArray.CreateBuilder<ResourceCommandSnapshot>(previousState.
Commands
.Length);
635
builder.AddRange(previousState.
Commands
);
Dashboard\DashboardServiceData.cs (1)
53
Commands = snapshot.
Commands