4 references to DeleteParameterCommand
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (1)
27
[KnownResourceCommands.LegacyDeleteParameterCommand] = KnownResourceCommands.
DeleteParameterCommand
,
Orchestrator\ParameterProcessor.cs (1)
301
name: KnownResourceCommands.
DeleteParameterCommand
,
Aspire.Hosting.Tests (2)
Orchestrator\ParameterProcessorTests.cs (2)
1024
.Single(a => a.Name == KnownResourceCommands.
DeleteParameterCommand
);
1056
.Single(a => a.Name == KnownResourceCommands.
DeleteParameterCommand
);